griffin Posted April 21, 2003 Share Posted April 21, 2003 Installed Paypal IPN wrong totals on invoice. Paypal send the right amount but the total on the invoice is wrong. Example order total was 335.10 Invoice shows 517.38. Quote I got grey hair with osCommerce. Link to comment Share on other sites More sharing options...
griffin Posted April 21, 2003 Author Share Posted April 21, 2003 This may be my probem Warning: Cannot modify header information - headers already sent by (output started at /home/dgriffin/public_html/catalog/includes/functions/general.php:1172) in /home/dgriffin/public_html/catalog/includes/functions/general.php on line 29 This is what's on line 29 header('Location: ' . $url); Any help would be appreciated Quote I got grey hair with osCommerce. Link to comment Share on other sites More sharing options...
griffin Posted April 21, 2003 Author Share Posted April 21, 2003 I installed the header log on and log off. Could this cause me a problem with this? installed after the paypal ipn Quote I got grey hair with osCommerce. Link to comment Share on other sites More sharing options...
ibandyop Posted April 22, 2003 Share Posted April 22, 2003 This is what's on line 29header('Location: ' . $url); Don't have full experience with this situation. You may want to see that there are no errors at the site your redirecting to. i.e., $url should not output any errors (or HTML, even a blank space after the last ?>) If there is any space/characters/errors then you will see the the error '...headers already sent by...' the site at $url good luck, ibandyop Quote ibandyop Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.