By UKcentric - Tue 17 May 2011
|
We want to customize the category page so it shows a grid of images taken from the category data, rather than a list of links.
How would you start going about that? What files should we be looking at, etc?
Thanks, g.
|
By Mohammad - Tue 17 May 2011
|
Categories are displayed according to their parents' field "CAT_SubCatDisplayType"
If you are using Kartris 1.3x then you can change the view of the sub categories in "[Kartris Folder]\UserControls\Front\SubCategoryView.ascx(.vb)" files, and so not to depend on the above field, then add your own code to display the categories in the way you want.
|
|