Staffelpreisliste
Darstellung und Ausgabe einer vorhandenen Staffelpreisliste.
Datei
pricelist.tpl.php
Verwendete Platzhalter
- {plAmount}
Titelzeile für ab Anzahl - {plToAmount}
Titelzeile für bis Anzahl - {plPrice}
Titelzeile für Preis-Reihe - {plAmountx}
Menge für "ab Anzahl" - {plToAmountx}
Menge für "bis Anzahl" - {plPricex}
Preis inklusive Steuer für angegebene Mengen
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!