View Full Version : initial landing page
any idea how to edit the first page you see so that it shows a few more products under the search bar ?
I'm using the blue 2b template for now - and currently it shows just 3 products to browse - would be good to have either 9 or 12 there to prompt people to browse as well as search ?
Sorted - thanks to AMO from AW
;-)
Luckyjj842
29-03-07, 19:28
Sorted - thanks to AMO from AW
;-)
Any Chance we can find out how this was done?
Well don't know if its the only way but I did it like this:
Go to : /includes/classes/class.page_index.php
Edit Line 80 - $aHotPickParams = array("iLimit"=>12);
I changed it to 12 - think it was originally 3
Seemed to work for me http://www.uwed.co.uk/
I am sure this is mentioned somewhere else on the forum but I couldnt find it.....
Luckyjj842
29-03-07, 19:56
Well don't know if its the only way but I did it like this:
Go to : /includes/classes/class.page_index.php
Edit Line 80 - $aHotPickParams = array("iLimit"=>12);
I changed it to 12 - think it was originally 3
Seemed to work for me http://www.uwed.co.uk/
I am sure this is mentioned somewhere else on the forum but I couldnt find it.....
Worked for Me!!!!! Thanks Again