Hi,
Each ZOO item has type
And each catalog has some template
So you can find item layouts here
Lets look Full layout. There are some position list
That list defined in the file
- ../item/positions.xml
(OR) ../item/<ITEM_TYPE>/positions.xml
As you know, all item layouts are here
media\zoo\applications\jbuniversal\templates\<TEMPLATE>\renderer\item\
or here (if you want to do some specified markup only for this type)
media\zoo\applications\jbuniversal\templates\<TEMPLATE>\renderer\item\<ITEM_TYPE>\
<ITEM_TYPE> - it's slug(alias) of type
The folder contains files something like
Well file "positions.xml" defines list of positions for admin panel
And full.php has placeholder, where this positions will be rendered by config from admin panel
----------
JBZoo uses standart ZOO customization system for items. So you can find more informations here