Difference between revisions of "Misc"
From AWBS Wiki
(New page: == Using alternate hosting package display == == Displaying testimonials == == Displaying the Shopping Cart Box ==) |
(→Displaying the Shopping Cart Box) |
||
Line 4: | Line 4: | ||
== Displaying the Shopping Cart Box == | == 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> |
Revision as of 10:34, April 17, 2008
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>