richard2010 Posted August 23, 2011 Share Posted August 23, 2011 Hi I have the productscategory block v1.3 showing other items in the same category under the product but some are missing. For example I have 76 earrings in one category but it says and displays only 30. Each earring is listed in the earring category. Am I missing something simple or is 30 the maximum number it will show. I am using Prestashop 1.4 Any help would be appreciated Richard Link to comment Share on other sites More sharing options...
thanos26 Posted September 27, 2011 Share Posted September 27, 2011 I had the same problem in 1.4.3. Solved it in the following way. Open the attached file. Make the changes that you see in the following lines: line 123, 149, 161, 163, 164. Maybe it will work also if you overwrite your file with mine. Productscategory.php can be found in /modules/productscategory. Warning. Backup your original file before editing. I am not experienced but the above worked for me, till now at least. Hope it will help you. Regards, Athanassios productscategory.php Link to comment Share on other sites More sharing options...
iCaspar Posted March 4, 2014 Share Posted March 4, 2014 In your modules/productscategory/productscategory.php file: 1. Change the number "100" on line 123 to 10000 (or whatever big number, more than the # of products you'll have in any category) 2. Comment out (put two forward slashes "//" at the beginning of) lines 161-165. Tada! Link to comment Share on other sites More sharing options...
Recommended Posts