[TYPO3-shop] Highliht items in FE without categories

Franz Holzinger franz at ttproducts.de
Thu Jan 15 07:43:12 CET 2009


Hello Iztok,

> I would like to have a 3 column list of highlighted items when visitor 
> comes to the "Catalogue" page. I seems to work, but ... if I have items 
> from different categories each category starts a new table.
> 
> Example:
> I have the following data:
> 
> Category A
>     Subcategory 1
>         Item A1.1
>         Item A1.2
>     Subcategory 2
>         Item A2.1
>         Item A2.2
>         Item A2.3
>         Item A2.4
>         ...
> 
> Now ... list comes out like this:
> 
> ----------------------------------------
> | Item A1.1  | Item A1.2  |            |
> ----------------------------------------
> ----------------------------------------
> | Item A2.1  | Item A2.2  | Item A2.3  |
> ----------------------------------------
> | Item A2.4  | ...        |            |
> ----------------------------------------
> 
> What I would like is this:
> ----------------------------------------
> | Item A1.1  | Item A1.2  | Item A2.1  |
> ----------------------------------------
> | Item A2.2  | Item A2.3  | Item A2.4  |
> ----------------------------------------
> | ...        |            |            |
> ----------------------------------------
> 
> So ... I would like to have just list of highlighted items without any 
> category classification.
> 
> Is this possible (without PHP code hacking)?

you must remove the subpart <!-- ###ITEM_CATEGORY### begin --> ... <!-- 
###ITEM_CATEGORY### end --> from your list view subpart (e.g. 
###ITEM_LIST_TEMPLATE###) .
Otherwise it always shows the categories and must start with a new line 
when the category changes.


- Franz



More information about the TYPO3-project-tt-products mailing list