View Single Post
  #25  
Old 07-24-2006, 12:05 AM
 
TheWrongGrape TheWrongGrape is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: Los Angeles, CA
Posts: 68
 

Default I figured it out!

Sorry, after a few more trials and errors, I figured it out!

In random.php, I simply changed

Code:
# Get products data for current category and store it in an array # $cat = intval($cat);

to

Code:
# Get products data for current category and store it in an array # $cat = 8;

Where the number 8 above is the categoryid for the category who's products I want to display. Hope this helps someone!
Reply With Quote