PDA

View Full Version : Hot Picks missing


Pablo70
31-08-09, 15:23
Hi,

I've used V2 for a while and got my site running how I want.

I've recently uploaded V3 and all is well apart from I can't get the Hot Picks to appear anywhere?

I've tried the default template and still nothing.

Any suggestions whould be greatly appreciated :)

Thanks

PS: I also don't get the Refine options when I completed a search on the site...just every product listed?

Iarna
31-08-09, 19:10
For hot picks add both lines to e.g. index.php
$oHotPicksParams->iLimit = 6; //no. of picks to show

include_once('elements'.DIRECTORY_SEPARATOR.'hot_p icks.php');

Each refineby can be turned on or off in constants.inc.php
Around line 93 is the code below.
define('REFINE_BRAND', false); //true or false?
define('REFINE_PRICE', false);
define('REFINE_CATEGORY', false);
define('REFINE_MERCHANT', false);

Pablo70
31-08-09, 20:04
Many, many thanks!

I knew it would be me missing the obvious ;)

gadget
23-10-09, 14:29
Can anyone explain why my hot picks are not aligned correctly .. Cheap Phones (http://www.cheapphones.org.uk)

Thanks.