price:pricetable  

    Wird benötigt, um die Eigenschaften einer Preistabelle ausfindig zu machen.
    Folgender Namespace muss im Templatefile gesetzt werden:
    {namespace price=TYPO3\CooPrice\ViewHelpers}

    Attribute

    NameBeschreibungTypedefaultrequired
    uidEindeutige UID des Objektesintegerfalsetrue
    typePreistabellen-Typ enum('package', 'season')falsetrue
    asRückgabe Bezeichnerstring'pricetable'false

    Beispiel

    html
    <price:pricetable uid="1" type="season"> {pricetable.title} </price:pricetable>