Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

using simple weight shipping


vmuk

Recommended Posts

Posted

i have installed the simple weight shippng contrib and it works oout the price ok however when i click continue for checkout it says:

 

.9

Warning: Cannot modify header information - headers already sent by (output started at d:\users\toolbitzuk\public_html\includes\modules\shipping\simpleweight.php:52) in d:\users\toolbitzuk\public_html\includes\functions\general.php on line 29

 

 

any ideas

Posted
i have installed the simple weight shippng contrib and it works oout the price ok however when i click continue for checkout it says:

 

.9

Warning: Cannot modify header information - headers already sent by (output started at d:\users\toolbitzuk\public_html\includes\modules\shipping\simpleweight.php:52) in d:\users\toolbitzuk\public_html\includes\functions\general.php on line 29

any ideas

 

 

It seems that the script firstly otputs some text ".9" and then tries to modify HTTP headers. Probably it is just a debug info that had not beed stripped out. Try to find where it outputs this digit comment it out and see what happens.

Posted
It seems that the script firstly otputs some text ".9" and then tries to modify HTTP headers. Probably it is just a debug info that had not beed stripped out. Try to find where it outputs this digit comment it out and see what happens.

 

i just got hit with this after loading the CVV mod....before it was working now..

 

148.33333333333

Warning: Cannot modify header information - headers already sent by (output started at /home/dragdrif/public_html/includes/modules/shipping/simpleweight.php:52) in /home/dragdrif/public_html/includes/functions/general.php on line 29

 

cant make heads or tails of it can someone help?

  • 5 months later...
Posted

Nevermind - just found it.

 

In includes\modules\shipping\simpleweight.php at line 52 is echo $order_total;

 

 

I just removed that line and all looks good again!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...