// Merge -> revision 8589

This commit is contained in:
rMalie
2011-09-14 16:13:24 +00:00
parent cfd6d2a2ab
commit c405e1a55b
4 changed files with 108 additions and 149 deletions
+1
View File
@@ -171,6 +171,7 @@ class CategoryControllerCore extends FrontController
Module::hookExec('productListAssign', array('nbProducts' => &$this->nbProducts, 'catProducts' => &$this->cat_products, 'hookExecuted' => &$hookExecuted));
if (!$hookExecuted)
{
self::$smarty->assign('categoryNameComplement', '');
$this->nbProducts = $this->category->getProducts(NULL, NULL, NULL, $this->orderBy, $this->orderWay, true);
$this->pagination((int)$this->nbProducts);
$this->cat_products = $this->category->getProducts($this->context->language->id, (int)$this->p, (int)$this->n, $this->orderBy, $this->orderWay);