View Single Post
  #2  
Old 10-11-2004, 08:08 AM
 
instinctual instinctual is offline
 

eXpert
  
Join Date: Nov 2003
Posts: 247
 

Default Fixed

Ok, so with help from my good friend Carrie @ BCS - here is how it works:

You must edit auth.php - add these lines in at the end before the ?>

$user_wishlist_only=array_pop(func_query_first("se lect wishlist_only from $sql_tbl[customers] where login='$login'"));

$smarty->assign("user_wishlist_only",$user_wishlist_only);

Then, in most templates, this variable will work to pull customer info:

{$user_b_address} for example.

Cheers )

Instinctual
Colorado
X-Cart Versions 3.5.x - 4.0.4
Reply With Quote