I’m trying to build a shop page, so I have a product page that displays all the parent categories.
I’d like make so when I click a parent category, it will open a new page with the child categories of that particular category.
How can I do this? I started with this…
{exp:channel:categories channel="products" style="linear" parent_only="yes" }
<a href="http://{path=.......}">{category_image}</a>
{/exp:channel:categories}