PDA

View Full Version : initial landing page


Neil
27-03-07, 14:29
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 ?

Neil
27-03-07, 19:05
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?

NickStagg
29-03-07, 19:39
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