ordre des filtres
This commit is contained in:
parent
b6da5afe97
commit
740507f25b
@ -229,7 +229,7 @@ class BlockLayeredOverride extends BlockLayered
|
||||
}
|
||||
|
||||
public function generateFiltersBlock($selected_filters)
|
||||
{
|
||||
{
|
||||
global $smarty;
|
||||
if ($filter_block = $this->getFilterBlock($selected_filters))
|
||||
{
|
||||
@ -239,7 +239,7 @@ class BlockLayeredOverride extends BlockLayered
|
||||
$translate = array();
|
||||
$translate['price'] = mb_strtolower($this->l('price'));
|
||||
$translate['weight'] = mb_strtolower($this->l('weight'));
|
||||
|
||||
|
||||
$smarty->assign($filter_block);
|
||||
$smarty->assign(array(
|
||||
'hide_0_values' => Configuration::get('PS_LAYERED_HIDE_0_VALUES'),
|
||||
|
Loading…
Reference in New Issue
Block a user