View Single Post
  #3  
Old 04-13-2009, 07:20 AM
 
Group Imaging Group Imaging is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 38
 

Default Re: Change link based on member type

Thanks for the starting point, here is what I ended up with:

I found an old post by B00MER that mentioned having to add the following line of code into include/check_useraccount.php.

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

and then for the actual line that changes directories/files I used:

Code:
<a href={if $user_membership eq "Non-Profit"}"/files/non-profit.pdf"{else}"/files/catalog.pdf"{/if}</a>
__________________
Brad Thompson
Group Imaging
X-Cart Gold Version 4.1.8
Reply With Quote