Group: Forum Members
Last Active: Mon 13 Apr 2015
Posts: 43,
Visits: 2,159
|
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.
|
Group: Administrators
Last Active: Sun 27 Sep 2015
Posts: 115,
Visits: 706
|
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.
|