PDA

View Full Version : Hot Picks Description


Bud
04-07-07, 15:35
Hi

Can anyone help me find a way to put a description with the hot picks items. I think they look a little lost and it would be nice if I could add some of the item description.

I've tried putting calls in the hot_picks.tpl with no success.

I know it's possbile as click2compare have this, but I can't make it work.

Thanks
Bud

Bud
04-07-07, 17:05
Sorted!

May need a little tidying but the basics are there.

If you are interested:

$oProduct->sProductDescription = $oProd->sDesc;

needs to go in hot_picks.php after the line:

$oProduct->sProductName = $oProd->sName;

Then just add the call in the hot_picks.tpl:

{$oProduct->sProductDescription}

Possibly not the ideal way and needs tidying - but otherwise it does!

Bud
04-07-07, 19:16
Shop Logo's don't seem to work the same.

Anyone have any ideas?