View Single Post
  #5  
Old 08-13-2004, 08:15 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Edit customer/products.php find:

Code:
if (count($products) ==0) $products="";

Add the following after it:

Code:
if(count($products)==1) { func_header_location("product.php?productid=".$products[0][productid]); }

Tested with 3.5.10 (may work with 4.0.x)
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote