Difference between revisions of "Adding Shopping Cart"
From AWBS Wiki
(New page: 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[checko...) |
(No difference)
|
Revision as of 00:24, March 17, 2008
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>