
03-31-2013, 11:17 AM
|
 |
Paid Member
|
|
Join Date: Oct 2012
Posts: 17
|
|
Customizing the minicart - Accessing No. of items in bag & total amount?
Hi, I want to customize my Minicart and I was wondering how you access the number of items in the bag and the total amount?
For example say I wanted this to be my "minicart" (From a html website):
<div id="cart">
<div class="left"></div>
<div class="icon"><img src="images/icon_cart.png" width="33" height="31" alt="Cart" /></div>
<ul class="text">
<li><a href="#">0 items</a> <span class="white">|</span></li>
<li><a href="#">$0.00</a> <span class="white">|</span></li>
<li><a href="#">Checkout</a></li>
</ul>
<div class="right"></div>
</div>
How would i get it to have the correct amout of items and the total amount displayed? Thanks
|