View Single Post
  #8  
Old 12-28-2010, 01:15 PM
  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 can use cat id or product id

{if $login ne "" && $id eq "xx"}.....

$id can be $cat or $productid or $current_category.categoryid or $product.productid... depends in which template you use it.
"xx" is the id number
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote