From 8273d38ca99e1a239ead57a1b45da8c6b3a38dc8 Mon Sep 17 00:00:00 2001 From: gleemand Date: Mon, 31 May 2021 18:02:00 +0300 Subject: [PATCH] Removed intervals of less than 15 minutes for abandoned carts --- retailcrm/retailcrm.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index b0051bc..e39d068 100644 --- a/retailcrm/retailcrm.php +++ b/retailcrm/retailcrm.php @@ -1311,22 +1311,6 @@ class RetailCRM extends Module public function getSynchronizedCartsTimeSelect() { return array( - array( - 'id_option' => '0', - 'name' => $this->l('Immediately') - ), - array( - 'id_option' => '60', - 'name' => $this->l('After 1 minute') - ), - array( - 'id_option' => '300', - 'name' => $this->l('After 5 minutes') - ), - array( - 'id_option' => '600', - 'name' => $this->l('After 10 minutes') - ), array( 'id_option' => '900', 'name' => $this->l('After 15 minutes')