Removed intervals of less than 15 minutes for abandoned carts

This commit is contained in:
gleemand 2021-05-31 18:02:00 +03:00 committed by GitHub
parent df8f030c84
commit 8273d38ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')