Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501
AIEDAM - ZAPSupport-Cart - ConfigOptions

Documentation Support > Cart > ConfigOptions

Though it goes beyond the scope of the documentation here, the ZAPcart system is highly configurable. Some of the page variables that can be configured are listed below. You will want to closely study the Cart section of the ZAP Toolbox code to see what the default values are, and only modify these if you know what you are doing.

$ZAPorderpage -- Where order information is stored. By default it is based on the date and the users session id. The group name can be set be defining 'Order' in the ZAP config page.

$ZAPorderhead -- Use this to style the order/confirm form table.

$ZAPorderrows -- The fmt of the rows in the order form.

$ZAPconfirmrows -- The fmt of the rows in the confirm form.

$ZAPorderfoot -- The ending code for the order form.

$ZAPconfirmfoot -- The ending code for the confirm form.

$ZAPpaypal -- The content of the (:paypal:) markup, basically a self submitting form.

$ZAPcalculate -- Essentially a javascript function embedded in the page that calculates subtotal, calls the shipping function, and then calculates the total.

$ZAPshipping -- Another javascript function to calculate shipping.