[TYPO3-shop] Alternative list type and design

Franz Holzinger franz at fholzinger.com
Mon Oct 16 10:05:08 CEST 2006


Hello Torin Finnemann Jensen,
> 
> My problem is, that while having one column displaying a product list in 
> the ordinary way, I would like to have a different column next to this 
> column displaying a list of "offers". I've succeded doing this, however 
> the two lists must have different appearences - and as it is now, the 
> same part of the products template is used, making the lists appear 
> identical (apart from the content).
> 
> Is there a clever way to add altenative lists to the template?
> Or can someone guide me to create an offers list with a custom layout in 
> a different manner?
> 
You can do something like this using TypoScript and workOnSubpart.

    template = FILE
    template.file = fileadmin/templates/vorlage.html
    workOnSubpart = LIST1
...


Greets,

Franz




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