Custom Mini-Cart

If you want to create your own custom Mini Cart with just the number of products and the total order, you can do so by calling the following two routines (shown in a sample table – you can add them into whatever HTML you like).

 

15

<table border="0" cellSpacing="0" cellPadding="1" width="140" class="NAVBOX">

<tr><td><Img src="vpnav_spacer.gif" width="1" height="1"></td></tr>

<tr><td width="100%" class="small-white-text" align="center" colspan="2" bgcolor="#3186B5">Shopping cart</td></tr>

<tr>

<td nowrap class="small-black-text">Qty</td>

<td noWrap class="small-black-text"><%=navigateproductquantity()%></td>

</tr>

<tr>

<td noWrap class="small-black-text">Total</td>

<td noWrap class="small-black-text"><%=navigateproductTotal()%></td>

</tr>

</table>