chirameto Posted September 5, 2009 Share Posted September 5, 2009 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 More sharing options...
coalesce Posted December 7, 2009 Share Posted December 7, 2009 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 More sharing options...
Erazmas Posted March 1, 2010 Share Posted March 1, 2010 It doesn work for me :? Link to comment Share on other sites More sharing options...
Recommended Posts