Adding Shopping Cart
From AWBS Wiki
Variables used to create a 'shopping cart' box on your site:
You have <?=$curcart[items]?> items in your cart.
<a href="<?=$curcart[view]?>">View Cart</a>
<a href="<?=$curcart[checkout]?>">Checkout</a>