Quote:
Originally Posted by franki
the list of random products returned/displayed does not have it's URL, ie <a href=""> is returned.
Does anyone know how to fix this?
|
Take a look at webmaster mode. See the smarty assign in random.php?
Code:
$smarty->assign("r_products",$randoms);
When you look at the variable in WM, what values are assigned to $r_products? That will tell us if the URL is getting pulled from the DB or not.