Debug.... oh how I've missed you. Thank you for letting me know that I could debug and actually get some feed back on errors. This is going to save me down the road, thank you thank you thank you.
But.... I have no idea why its breaking.
The error has something to do with the storepickup Shipping options. When I turn it off
Code:
[02-Aug-2010 15:10:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/satinn5/public_html/cart/includes/languages/english/modules/shipping/storepickup.php:53) in /home/satinn5/public_html/cart/includes/functions/functions_general.php on line 44
storepickup.php;
Line 53 is at the end of the file
Code:
<?php
define('MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE', 'Custom Shipping');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_DESCRIPTION', 'We will contact you to confirm your shipping');
define('MODULE_SHIPPING_STOREPICKUP_TEXT_WAY', 'We will contact you to confirm your shipping');
?>
So what's going on?