Misc

From AWBS Wiki
Revision as of 11:34, April 17, 2008 by Samdrams (Talk | contribs)

Jump to: navigation, search

Using alternate hosting package display

Displaying testimonials

Displaying the Shopping Cart Box

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>