Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

urgent help needed


Guest

Recommended Posts

Posted

Hi

 

I have oscommerce 2.3.1

 

I moved this coding

 

 

<!-- header //-->

<?php

require(DIR_WS_INCLUDES . 'header.php');

?>

<!-- header_eof //-->

 

cause it was in the body so I moved to be in the head section

 

But it has deleted one of my customer's orders and has put a price of 0 on the dashboard where it has orders for another customer when it normally says the total amount

 

Please how can i recover the deleted order and get the price showing again from 0 to £11.98

 

Please help me

 

Thanks

 

Ian

Posted

It doesn't belong in the head (<head>) section. If you'd bothered to look at the code in the header.php file, you'd have seen that it is outputting HTML that belongs in the <body> section. "header" means the page's visible heading area.

 

Whether this has anything to do with your disappearing order I can't say (my guess would be that it's a separate problem). It may have something to do with the odd price displays.

Archived

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

×
×
  • Create New...