The weird thing is I have exactly the same code on my product_search page, and that works fine..
Here are the error's I'm getting:
Add to Cart:
Warning: Cannot modify header information - headers already sent by (output started at /home/costumff/public_html/product_view.php:1) in /home/costumff/public_html/WA_eCart/ShoppingCart_PHP.php on line 146 Warning: Cannot modify header information - headers already sent by (output started at /home/costumff/public_html/product_view.php:1) in /home/costumff/public_html/WA_eCart/ShoppingCart_PHP.php on line 146 
Clear Cart:
Warning: Cannot modify header information - headers already sent by (output started at /home/costumff/public_html/product_view.php:1) in /home/costumff/public_html/WA_eCart/ShoppingCart_PHP.php on line 146 
Checkout:
Warning: Cannot modify header information - headers already sent by (output started at /home/costumff/public_html/product_view.php:1) in /home/costumff/public_html/product_view.php on line 140 
note: line 140 of product_view.php is the header line:
// WA eCart Redirect
if ($ShoppingCart->redirStr != "") {
header("Location: ".$ShoppingCart->redirStr);
}
Thanks Jason.


