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...) |
m (Protected "Adding Shopping Cart" [edit=sysop:move=sysop]) |
(No difference)
|
Latest revision as of 12:02, March 20, 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>