Hi, we would like to show a custom template for a root level category page, seen at
http://www.digi-quick.co.uk/home/818/Memory_Cards.
I've purchased the Custom Category and Product "http://www.websitecm.com" mods but as it fails to control Root level categories I've been researching on how we could use a {elseif} tag in the "home_main.tpl" template.
I'm currently unsure how this "elseif" should look, currently i've tryed:
------------------
{elseif $main eq "Memory_Cards"}
{include file="customer/main/Memory_Cards.tpl"}
-------------------------
which fails to work. Any help welcome, many thanks.