// Blocklayered : Format slider price

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15324 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-05-16 08:40:23 +00:00
parent 34c96972cf
commit db2ef9a245
3 changed files with 47 additions and 8 deletions
+2
View File
@@ -2842,6 +2842,7 @@ class BlockLayered extends Module
'min' => null,
'values' => array ('1' => 0),
'unit' => $currency->sign,
'format' => $currency->format,
'filter_show_limit' => $filter['filter_show_limit'],
'filter_type' => $filter['filter_type']
);
@@ -2903,6 +2904,7 @@ class BlockLayered extends Module
'min' => null,
'values' => array ('1' => 0),
'unit' => Configuration::get('PS_WEIGHT_UNIT'),
'format' => 5, // Ex: xxxxx kg
'filter_show_limit' => $filter['filter_show_limit'],
'filter_type' => $filter['filter_type']
);