price:pricetable.list  

    Gibt Preistabellen aus.
    Es sind auch Filter möglich, z.B. alle Preistabellen für ein bestimmtes Zimmer oder einer Pauschale.
    Folgender Namespace muss im Templatefile gesetzt werden:
    {namespace price=TYPO3\CooPrice\ViewHelpers}

    Attribute

    NameBeschreibungTypedefaultrequired
    typePreistabellen-Typ enum('package', 'season')falsetrue
    itemsPreistabellenmixed (array of UIDs or comma separated string)falsefalse
    limitLimitunsigned numberfalsefalse
    roomZimmerextbase room objectfalsefalse
    packagePauschaleextbase package objectfalsefalse
    seasonSaisonextbase season objectfalsefalse
    excludePreistabellen ausschließenarray of extbase pricetable objectsfalsefalse
    filterAlle Argumente auch über Filter übergebbararrayfalsefalse
    asRückgabe Bezeichnerstring'criterias'false

    Beispiel

    html
    <price:pricetable.list items="{cObj.allSettings.pricetables}" filter="{cObj.allSettings.filter}" [optionen]> <f:for each="{pricetables}" as="pricetable"> {pricetable.title} </f:for> </price:pricetable.list>