View Single Post
  #2  
Old 03-30-2006, 07:42 AM
 
balinor balinor is offline
 

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

Default

Post moved, as the name implies, the Completed Custom Mods forum is for posting completed code only.

You need to use {if} statements to seperate items that are shared between admin and customer. For example:

{if $usertype eq "C"}

show this

{else}

show that

{/if}

That will show one thing for the customer, and another for admin.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote