either this code is before the require once line that attaches the cart include file, or the require once line that attaches the cart include file is missing all together. 
This is at the top of the file:
<?php
//WA eCart Include
require_once("WA_eCart/bookfair_PHP.php");
?>
<?php require_once('Connections/ccds.php'); ?>
<?php
$bookfair->GetContent();
?>
The function declaration is the last code prior to the <DOCTYPE> declaration. There is a Clear Cart button on the page that does function properly. . .
Out to a meeting -- back this afternoon. . . thanks


