Tu utilises quelle sideboxe pour afficher tes "fabricants" ?
manufacturers_list ou manufacturers
SI tu utilises manufacturers_list tu fais :
ouvrir
"boutique" => includes => modules => sideboxes => manufacturers_list.php
rechercher vers la ligne 84:
// add to sidebox list only if we are showing all manufacturers, or this one has products
if (PRODUCTS_MANUFACTURERS_STATUS != '1' || $manufacturer_count > 0) {
remplacer par:
// add to sidebox list only if we are showing all manufacturers, or this one has products
if (PRODUCTS_MANUFACTURERS_STATUS != '1' || $manufacturer_count >= 0) {