View Single Post
  #2  
Old 03-27-2006, 03:21 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

{if $usertype eq "C"}

display 1

{else}

display 2

{/if}

That code will display the first piece if the user is a customer, or the second one if the user is a an admin or provider.

Also, in the future, best to keep with one post instead of starting a new thread on the same subject.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote