System Documentation


/usr/local/php/Cart.php

#@
#@ Class Cart - e-commerce system shopping cart. by john weider, 
#@
#@	var shop_name		- Store Name.
#@	var paypal_business	- Paypal Payment account, for recieving payments.
#@	var address		- Address to send check or mony order payments.
#@	var order_email		- email address to send order notifications to.
#@
#@ 	function add(prdno,qty) - add qty of prdno to cart.
#@
#@
#@ 	function display_tiny() - display a small summary of the cart contents. 
#@
#@
#@ 	function display(style)	- display cart (style is not yet implemented)
#@
#@
#@ 	checkout() - allow customer to purchase contents of cart.
#@
#@
#@ 	tax(amt,state) - overide to calculate tax. (default NY 8%)
#@
#@
#@ 	shipping_charge(weight) - overide to calculate shipping (default weight based)
#@
contents
Hi-Tech Services
     3.12.162.24     19aec863db4da942a4f3dd16e7fbd300     0.36 0.40 0.36 1/128 21936      weider.cc