Jump to content

30 Other Products In The Same Category


Recommended Posts

Hello

 

I have problem. In module products categories, there is code:

// Get infos
            $category_products = $category->getProducts($this->context->language->id, 1, 100); /* 100 products max. */

 

But, I have more than 30 product in the same category, but still show:

30 other products in the same category.

Where is the problem?

 

Sorry for my English.

Peter

Link to comment
Share on other sites

I don´t have problem with translation. But...

f.e.: when I have 22 products in the same category, it shows 22 other products in the same category ( 5 products - shows 5) etc.

But, when I have more than 30, it still shows 30 other products in the same category (45 - shows 30, 66 - shows 30).

 

$category_products = $category->getProducts($this->context->language->id, 1, 100); /* 100 products max. */

It should by max. 100, but in my case, max is 30. I don´t know why.

Sorry, my English is bad.

Peter

Link to comment
Share on other sites

×
×
  • Create New...