View Single Post
  #5  
Old 05-08-2007, 08:40 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: If statement help - wholesale

When you add the wholesale membership, it is given a numeric id. You need to use that ID, instead of the word "Wholesale."

If you login as a wholesaler, and put this in your template, it should tell you the ID:

Code:
ID: {$userinfo.membershipid}
Reply With Quote