Say you have a parent category with two children:
Category A
-> Category B
-> Category C
By default in the Skeletal template, the Category A page would list products assigned to any of categories A, B or C. This can be little confusing in a large site. Is it possible to change the THUMB_LIST tag configuration to only list products which are in Category A, and not a child category?
This is the relevant line in the category template:
[%THUMB_LIST type:'products' limit:'[@config:THUMB_LIMIT@]'%]