Søk i hjelpesidene:

Custom Shop order confirmation html#

This example shows a standard hash template example for the shopping cart.

Code example
Language:
 HTML#

<h1>Bekreft din bestilling</h1>
<table border="0" class="shoppingcarttable#publish_to.styleid.objectid#" id="EShoppingCartUC_CartTable" data-loop="Children">
<thead>
<tr class="columnheaderrow#publish_to.styleid.objectid#"><th class="namecolumnheadercell#publish_to.styleid.objectid#">Produkt</th><th class="quantitycolumnheadercell#publish_to.styleid.objectid#">Antall</th><th class="pricecolumnheadercell#publish_to.styleid.objectid#">Pris</th><th class="subtotalcolumnheadercell#publish_to.styleid.objectid#">Bel&oslash;p</th></tr>
</thead>
<tbody>
<tr class="itemrow#publish_to.styleid.objectid#">
<td class="namecolumnitemcell#publish_to.styleid.objectid#">#[fk_productid]#<a href="#fk_productid.displayurl">#[/fk_productid]# #Name# #[fk_productid]#</a>#[/fk_productid]#</td>
<td class="quantitycolumnitemcell#publish_to.styleid.objectid#">#quantity#</td>
<td class="pricecolumnitemcell#publish_to.styleid.objectid#">#Price#</td>
<td class="subtotalcolumnitemcell#publish_to.styleid.objectid#">#SubTotalIncVAT#</td>
</tr>
</tbody>
<tfoot>
<tr class="spacerow#publish_to.styleid.objectid#">
<td colspan="4">&nbsp;</td>
</tr>
<tr class="sumrow#publish_to.styleid.objectid#">
<td class="sumlabel#publish_to.styleid.objectid#" colspan="3">Total eks. mva.</td>
<td class="sumvalue#publish_to.styleid.objectid#">#TotalExVAT.N#</td>
</tr>
<tr class="sumrow#publish_to.styleid.objectid#">
<td class="sumlabel#publish_to.styleid.objectid#" colspan="3">Mva</td>
<td class="sumvalue#publish_to.styleid.objectid#">#VATTotal.N#</td>
</tr>
<tr class="sumrow#publish_to.styleid.objectid#">
<td class="sumlabel#publish_to.styleid.objectid#" colspan="3">Total ink. mva.</td>
<td class="sumvalue#publish_to.styleid.objectid#">#TotalIncVAT.N#</td>
</tr>
</tfoot>
</table>