Jump to content

Is it possible to assign different theme to each category?


Recommended Posts

Hi,

I want to modify my store to give different feeling when customer visit different area (category).

I think this could be achieve by giving a different theme (or even layout) to each category. I play with theme around but I couldn't figure out how to do so.

Is it possible to do that? If it is, please guide me.

Thanks,

Link to comment
Share on other sites

  • 3 months later...

This could be done by modifying the category.tpl file in your themes folder:

{if $category->id AND $category->active}

{if $category->id_category == 1}
YOUR CONTENT FOR CATEGORY 1 

{elseif $category->id_category == 2}
YOUR CONTENT FOR CATEGORY 2 

{else}
YOUR DEFAULT CONTENT
{/if}

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...