mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-10 04:10:54 +00:00
Removed intervals of less than 15 minutes for abandoned carts
This commit is contained in:
parent
df8f030c84
commit
8273d38ca9
1 changed files with 0 additions and 16 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue