airobot Posted February 7, 2016 Share Posted February 7, 2016 (edited) HI, i'm going mad with this problem: i modified correctly the settings, cleared the cache and forced to recompile but there's no way for me to have more than 8 products on my homepage in homefeatured and featuredcategory modules. I even changed the values manually in the PHP files but nothing, cannot understand where could be the override to this option. The other changes i made on the PHP files work, like the setting of the DESC order, but the 8 product limit doesn't seem to be touched. Could it be a problem of the theme? Thanks Edited February 7, 2016 by airobot (see edit history) Link to comment Share on other sites More sharing options...
sandipchandela Posted February 18, 2016 Share Posted February 18, 2016 update this value in configuration table. you will same syntax in homefeatured.php located in modules/homefeature. table name should be ps_configuration. Configuration::updateValue('HOME_FEATURED_NBR', 8); Link to comment Share on other sites More sharing options...
musicmaster Posted February 18, 2016 Share Posted February 18, 2016 In your backoffice: Modules->homefeatured->configuration Link to comment Share on other sites More sharing options...
airobot Posted February 18, 2016 Author Share Posted February 18, 2016 Nope guys, thank you so much but as i said all was done properly in backoffice! I solved the problem editing the template file "product-list.tpl", the limit was setted here by the theme, there was a line that was selecting only the array results under the 9TH (so the first 8). Deleting the limit solved all problems. Link to comment Share on other sites More sharing options...
denniswixom Posted June 11, 2017 Share Posted June 11, 2017 Nope guys, thank you so much but as i said all was done properly in backoffice! I solved the problem editing the template file "product-list.tpl", the limit was setted here by the theme, there was a line that was selecting only the array results under the 9TH (so the first 8). Deleting the limit solved all problems. Hey what exact directory did you find that file in? I've went through numberous folders and found several that were titled product-list.tpl and I downloaded them to my computer, opened them in dreamweaver and could find anything about a limit... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now