elisa1212 Posted February 24, 2015 Share Posted February 24, 2015 (edited) Ciao a tutti, il modulo blocklayered navigation mostra tutte le categorie, anche se sono disattivate. Come posso modificare il codice? Pensavo fosse questo nella pagina blocklayered.php case 'category': $categories = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS(' SELECT cl.name, cl.id_lang, c.id_category FROM '._DB_PREFIX_.'category c INNER JOIN '._DB_PREFIX_.'category_lang cl ON (c.id_category = cl.id_category) WHERE cl.id_lang = '.(int)$filter['id_lang']); foreach ($categories as $category) { if (!isset($attribute_values_by_lang[$category['id_lang']])) $attribute_values_by_lang[$category['id_lang']] = array(); if (!isset($attribute_values_by_lang[$category['id_lang']]['category'])) $attribute_values_by_lang[$category['id_lang']]['category'] = array(); $attribute_values_by_lang[$category['id_lang']]['category'][] = array('name' => $this->translateWord('Categories', $category['id_lang']), 'id_name' => null, 'value' => $category['name'], 'id_value' => $category['id_category'], 'category_name' => $filter['link_rewrite'], 'type' => $filter['type']); } break; e ho tentato di aggiungere WHERE c.active=1 AND... ma non funziona. Inoltre vorrei che le categorie mi comparissero in ordine alfabetico. Qualcuno può aiutarmi? Grazie Edited February 24, 2015 by elisa1212 (see edit history) Link to comment Share on other sites More sharing options...
Sito Lab Posted February 25, 2015 Share Posted February 25, 2015 scusa, ma perchè lo vuoi modificare ? a cosa serve ? cosa devi fare ? Link to comment Share on other sites More sharing options...
elisa1212 Posted February 25, 2015 Author Share Posted February 25, 2015 Ciao lui1969, mi sembra utile per facilitare la ricerca dei prodotti, però vorrei che comparissero solo le categorie attive, non anche quelle che ho disabilitato.. Link to comment Share on other sites More sharing options...
Sito Lab Posted February 25, 2015 Share Posted February 25, 2015 si ma di quale versione di ps stiamo parlando ? non sono sempre sul forum se non ricevi risposta è perchè sono un pò impegnato Link to comment Share on other sites More sharing options...
elisa1212 Posted February 25, 2015 Author Share Posted February 25, 2015 versione 1.5.4.1 Link to comment Share on other sites More sharing options...
Sito Lab Posted February 25, 2015 Share Posted February 25, 2015 mi ricordo che anche io tempo fà avevo un problema del genere per questa versione di ps la 1.5 sinceramente non ricordo cosa ho fatto ma vedi se questa guida ti può essere utile https://www.prestashop.com/forums/topic/282796-hide-empty-categories-in-prestashop-15x/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now