www.Tobbivm.de

URL: www.tobbivm.de/?TobbiVM___Templates_%28Frontend%29___Staffelpreisliste

Staffelpreisliste

Darstellung und Ausgabe einer vorhandenen Staffelpreisliste.

Datei

pricelist.tpl.php

Verwendete Platzhalter

 

Beispiel der Ausgabe einer vorhandenen Staffelpreisliste in einer Tabelle. Der Bereich von …BEGIN seasonPriceList… bis …END seasonPriceList…  wird so oft wiederholt wie es Einträge in der Liste gibt.

<table cellspacing="0" cellpaddin="0" class="seasonPriceList">
   <thead>
      <tr>
         <th class="colh1">{plAmount}</th>
         <th class="colh2">{plToAmount}</th>
         <th class="colh3">{plPrice}</th>
      </tr>
   </thead>
   <!-- BEGIN seasonPriceList -->
   <tr>
      <td class="col1">{plAmountx}</td>
      <td class="col2">{plToAmountx}</td>
      <td class="col3">{plPricex}</td>
   </tr>
   <!-- END seasonPriceList -->
</table>

Nur in Verbindung einer Artikeldetailseite nutzbar!

 

Letzte Bearbeitung: 15.01.2024, 16:42