Allgemeine Einstellungen: Layout - Modultemplate:
<div class="panel panel-default">
[moduletitle]
<div class="panel-body">[content]</div>
</div>
Spezielle Einstellungen: Templates Vorschau - Warenkorbinfo:
<label>[items] [localize:in_cart]</label>
<p>Gesamtsumme: [currency] [total]</p>
<p><a href='[MoreLink]' class="btn btn-default btn-sm">Warenkorb anzeigen</a></p>
Template-Beispiel Kopfbereich:
<DIV class="basket-header clearfix">
<DIV>[pfl:1:Folgende Artikel befinden sich in Ihrem Warenkorb][pfl:2:Following articles are in your basket]:</DIV><BR>
<DIV class="cell_1">[pfl:1:Artikel][pfl:2:article]</DIV>
<DIV class="cell_2">[pfl:1:Menge][pfl:2:quantity]</DIV>
<DIV class="cell_3">[pfl:1:Einzelpreis][pfl:2:price]</DIV>
<DIV class="cell_4">[pfl:1:Gesamtpreis][pfl:2:subtotal]</DIV></DIV>
Template-Beispiel Fußbereich:
<DIV class="basket-footer clearfix" [mvif:items:neq:0]>
<DIV [mvif:items:eq:0]>[pfl:1:Der Warenkorb ist noch leer.][pfl:2:Your basket is empty.]</DIV>
<DIV class="cell_1"><STRONG>[pfl:1:Endsumme:][pfl:2:total:]</STRONG></DIV>
<DIV class="cell_2"><SPAN class="basket_total">[total] [currency]</SPAN></DIV>
<DIV class="cell_1"><INPUT class="basket-akt" value="[pfl:1:Anzahl aktualisieren][pfl:2:Update counter]" type="submit"></DIV>
<DIV class="cell_2" [mvif:vat:gt:0]>[pfl:1:MwSt.][pfl:2:vat ][vat] [currency]</DIV>
<DIV class="cell_2">[vatlist]</DIV>
<DIV class="cell_2" [mvif:items:neq:0]><A href="[morelink]">[pfl:1:zur Bestellung][pfl:2:Place order] »</A></DIV></DIV>
Statt des HTML-Buttons zum Absenden des Formulars kann natürlich jeder Button-Platzhalter (bn, lbn, ibn, bnupdate) mit dem Attribut CommandName="Update" verwendet werden.
Template-Beispiel Listenansicht:
<DIV class="basket-liste clearfix">
<DIV class="cell_1">[articlename]</DIV>
<DIV class="cell_2"><INPUT id="qty[itemid]" name="qty[itemid]" maxLength="2" value="[countitem]"> <A href="[deletearticle]"><IMG title="[pfl:1:Artikel löschen][pfl:2:delete artcle]" border="0" alt="[pfl:1:Artikel löschen][pfl:2:delete artcle]" src="portaldata/1/images/shop/trashcan.gif"></A></DIV>
<DIV class="cell_3">[price] [currency]</DIV>
<DIV class="cell_4">[total] [currency]</DIV></DIV><BR clear="all">