View Single Post
  #49  
Old 10-24-2012, 04:26 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Random Image or Random Products - Category Specific

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.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote