[TYPO3-shop] Highliht items in FE without categories

Iztok Kham pajek at pajcevina.net
Wed Jan 14 10:02:38 CET 2009


Hello!

I am sorry if this was addressed previously, but I can't find it in 
archives or documentation (it might be me ...).

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)?

Many thanks ...


-- Iztok


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