View Single Post
  #2  
Old 10-17-2004, 05:23 PM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

Open:

checkuseraccount.php


Look for the last closing } at the end of the first if ($login){ routine add

Code:
$usermembership=$user_account[membership];

and before the last ?>

add

Code:
## assign membership to smarty $smarty->assign("usermembership",$usermembership);


You can now use {$usermembership} in your smarty templates.
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote