diff --git a/controllers/front/CategoryController.php b/controllers/front/CategoryController.php index 65b9d50a0..092892e4e 100644 --- a/controllers/front/CategoryController.php +++ b/controllers/front/CategoryController.php @@ -185,6 +185,7 @@ class CategoryControllerCore extends FrontController else // Pagination must be call after "getProducts" $this->pagination($this->nbProducts); + self::$smarty->assign('categoryNameComplement', ''); $this->context->smarty->assign('nb_products', $this->nbProducts); } } diff --git a/themes/default/category.tpl b/themes/default/category.tpl index abfda959e..95c1b2bee 100644 --- a/themes/default/category.tpl +++ b/themes/default/category.tpl @@ -32,7 +32,9 @@