basket total
Displays the number of items and current total of the customers' shopping basket in a link to the cart.
CODE
<cfinclude template="#include#/basketTotal.cfm">
CSS
/* --- basket total --- */
#basketTotal
#basketText
#basketTotal a
HTML
<div id="basketTotal">
<a href="#" id="basketText">Shopping Basket</a>
<a href="#">$0.00 (0 items)</a>
</div>


