View Single Post
  #4  
Old 02-26-2007, 05:53 AM
 
balinor balinor is offline
 

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

Default Re: Limit providers functionality in X-Cart Pro

Ok, in that case you would need to surround the links with {if} statements, such as this:

{if $login eq "provider1" or $login eq "provider2"}
stuff to show here
{/if}

Switch out provider1 and provider2 with the actual usernames of those providers. Add as many or statements as you want.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote