View Single Post
  #5  
Old 10-16-2008, 12:12 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Customer chooses between multi column OR normal list view product listings

Quote:
Originally Posted by Christopher728
It works perfectly!

Only thing is it seems to default to the list view upon initial page load, is there any you can think of to make it default to the thumbnail view?

Thanks for your help!

change php code in the file "auth.php" to this:

PHP Code:
x_session_register("product_per_row");

if ((
$product_per_row>=0)&&($product_per_row<4)&&($product_per_row!="")) {
    
    
$config["Appearance"]["products_per_row"] = intval($product_per_row);

Reply With Quote