trying to find out where this is failing
HTTP_Session2::start();
if ($catid == ORDER_FORM_PAGE) {
- include 'priceQuoteForm.inc';
+ //include 'priceQuoteForm.inc';
}
require_once 'setup_functions.phtml';
);
$glmPage->fetchPage();
ob_start();
- echo $wizard->run();
+ //echo $wizard->run();
$glmPage->toolboxContent = ob_get_contents();
ob_end_clean();
/**
* The email address to send banner expiration notices to
*/
-define('EXPIRING_BANNER_NOTIFICATION_EMAIL', $serverConfig->email->expiring->banner_notification);
+//define('EXPIRING_BANNER_NOTIFICATION_EMAIL', $serverConfig->email->expiring->banner_notification);
+ die('test');
/**
* Authorize.net processing parameters
* ALSO SEE "Authorize.Net Configuration" SECTION BELOW CONDITIONAL SETTINGS