SVKpneux Posted December 13, 2015 Share Posted December 13, 2015 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 More sharing options...
SupportPS Posted December 13, 2015 Share Posted December 13, 2015 hello. there are 100 products max if you want translate title like 'Other products in the same category', go to localization->translations select translation modules installed, and the required language Link to comment Share on other sites More sharing options...
SVKpneux Posted December 13, 2015 Author Share Posted December 13, 2015 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 More sharing options...
SupportPS Posted December 13, 2015 Share Posted December 13, 2015 Write a download link to the module. Link to comment Share on other sites More sharing options...
Recommended Posts