[*] FO : Added posibilty to display new price instead of quantity discount

This commit is contained in:
PhpMadman
2013-11-06 14:41:42 +01:00
parent d30830f6fe
commit d95885caae
2 changed files with 45 additions and 29 deletions
@@ -180,7 +180,15 @@ class AdminPPreferencesControllerCore extends AdminController
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool'
)
),
'PS_DISPLAY_DISCOUNT_PRICE' => array(
'title' => $this->l('Display discounted price'),
'desc' => $this->l('Insted of showing the discount (-5%) it will instead show the new price with the discount applied'),
'validation' => 'isBool',
'cast' => 'intval',
'required' => false,
'type' => 'bool'
),
)
),
'stock' => array(