From d4de6342b406a14244ddb2ebe83120fe0ccd6b9d Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Mon, 9 Dec 2013 18:37:55 +0100 Subject: [PATCH] [-] MO : BlockLayered - Fix missing attribute anchor separator --- modules/blocklayered/blocklayered.php | 3 ++- modules/blocklayered/config.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/blocklayered/blocklayered.php b/modules/blocklayered/blocklayered.php index 7cbb3b684..16289c36e 100644 --- a/modules/blocklayered/blocklayered.php +++ b/modules/blocklayered/blocklayered.php @@ -38,7 +38,7 @@ class BlockLayered extends Module { $this->name = 'blocklayered'; $this->tab = 'front_office_features'; - $this->version = '1.9.0'; + $this->version = '1.10.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true; @@ -73,6 +73,7 @@ class BlockLayered extends Module Configuration::updateValue('PS_LAYERED_FILTER_INDEX_CDT', 0); Configuration::updateValue('PS_LAYERED_FILTER_INDEX_MNF', 0); Configuration::updateValue('PS_LAYERED_FILTER_INDEX_CAT', 0); + Configuration::updateValue('PS_ATTRIBUTE_ANCHOR_SEPARATOR', '-'); $this->rebuildLayeredStructure(); diff --git a/modules/blocklayered/config.xml b/modules/blocklayered/config.xml index 2bd3d6d6b..574aeeccd 100644 --- a/modules/blocklayered/config.xml +++ b/modules/blocklayered/config.xml @@ -2,7 +2,7 @@ blocklayered - +