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);
}