[*] BO : Added option to always rewrite friendly url of product

This commit is contained in:
PhpMadman
2013-12-03 10:57:25 +01:00
parent bf3c27e864
commit 0de9c3ac6c
4 changed files with 18 additions and 3 deletions
@@ -93,6 +93,14 @@ class AdminPPreferencesControllerCore extends AdminController
0 => $this->l('Products:'),
1 => $this->l('Combinations')
)
),
'PS_FORCE_FRIENDLY_PRODUCT' => array(
'title' => $this->l('Force update of friendly url'),
'hint' => $this->l('When active, friendly url will be updated on every save'),
'validation' => 'isBool',
'cast' => 'intval',
'required' => false,
'type' => 'bool'
)
),
),