I made a featured categories section on my left sidebar -- just above where i list all my main categories. This featured section shows my subcategories.
When I am in a main category, the featured section will show up. However, when I click into one of the subcategories then the featured section will disappear. I would like this featured section to show up, even if you click into a subcategory.
So if I am in main category "Lion Clothing" -- I will see "Lions T-shirts" and "Lions Sweatshirts" subcategories on the left siderail. But right now, if I click into "Lions T-shirts" ... then the featured category section will be gone. I would like to still see "Lions T-Shirts" and "Lions Sweatshirts" listed on the left side.
I have tried putting this in my home.tpl
Code:
{if $subcategories && ($active_modules.Fancy_Categories || $config.General.root_categories eq "Y" || $subcategories)}
{include file="customer/featured_categories.tpl" }
{/if}
What am I missing?
PM me if you'd like to see the URL so you can see how it's acting.