View Single Post
  #2  
Old 04-08-2009, 03:27 PM
  alec.thomas's Avatar 
alec.thomas alec.thomas is offline
 

Advanced Member
  
Join Date: Mar 2009
Location: Minnesota, USA
Posts: 78
 

Default Re: Change link based on member type

couldnt you just do something like this?
Code:
<a href={if $userinfo.membershipid eq "customer"}"/files/catalog.pdf"{else}"/files/non-profit.pdf"{/if}>

depending on what your membership names are, and where you're files are you'll have to edit it how you want it.
__________________
X-Cart Gold v4.2.0 [Linux]
Add-On: X-Magnifier
Altered Cart Add-On: One Page Checkout
Reply With Quote