View Single Post
  #1  
Old 02-02-2011, 02:00 AM
 
Omron Khan Omron Khan is offline
 

Member
  
Join Date: Jan 2011
Posts: 14
 

Default display according to category

Hay , this is the link to my site http://www.taqshop.com/xcart/

In home page you can see the category beeing displayed as box. when i go into a specific category i want only that category image to be displayed and rest blackened.

some how i have made it to do this.. then i faced teh problem. when i go into the subcategory or products i want the root category image to be displayed . but unfortunately all gets blacked ..

teh condiotion i used was

{if $main eq "catalog" and $current_category.category eq "" or $cat eq '260'}
displayssss
{else}
dont display
{/if}

is their anyway to do this guys??
__________________
x-cart-4.4.1-pro
Reply With Quote