View Single Post
  #10  
Old 05-05-2006, 09:23 AM
 
xgarb xgarb is offline
 

eXpert
  
Join Date: Jul 2004
Location: UK
Posts: 263
 

Default

yep it's add

Code:
$membership_ac = $user_account['membership']; $smarty->assign("membership_ac",$membership_ac);

to your php ie product.php

and

Code:
{$membership_ac}

to the template where you want the name of the membership group to appear ie product.tpl
__________________
Core version: 5.5.xx
Reply With Quote