Versandpreisliste
Darstellung/Asgabe einer vorhandenen Versand-Preisliste.
Datei
shippinglist.tpl.php
Verwendete Platzhalter
- {shipAmount}
Titelzeile für ab Anzahl - {shipToAmount}
Titelzeile für bis Anzahl - {shipPrice}
Titelzeile für Preis-Reihe - {shipAmountx}
Menge für "ab Anzahl" - {shipToAmountx}
Menge für "bis Anzahl" - {shipPricex}
Verandkosten inklusive Steuer für angegebene Mengen
Beispiel der Ausgabe einer vorhandenen Versandkosten-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">{shipAmount}</th>
<th class="colh2">{shipToAmount}</th>
<th class="colh3">{shipPrice}</th>
</tr>
</thead>
<!-- BEGIN shippingPriceList -->
<tr>
<td class="col1">{shipAmountx}</td>
<td class="col2">{shipToAmountx}</td>
<td class="col3">{shipPricex}</td>
</tr>
<!-- END shippingPriceList -->
</table>
Nur in Verbindung einer Artikeldetailseite nutzbar!