View Single Post
  #2  
Old 12-27-2010, 05:44 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Displaying product images only when user logged In

You need to surround that image with an if statement

{if $login ne ""}
SHOW IMAGE
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote