// 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:
@@ -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']
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user