www.Tobbivm.de

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

Versandpreisliste

Darstellung/Asgabe einer vorhandenen Versand-Preisliste.

Datei

shippinglist.tpl.php

Verwendete Platzhalter

 

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!

Letzte Bearbeitung: 15.01.2024, 16:47