Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error when customer tries to track their order


nwatko

Recommended Posts

Can anyone tell me how I might be able to fix this to get it to work? When a customer tries to track an order by clicking on the link in their order status screen they get this message.

 

Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/bigsale1/public_html/osc/includes/header.php:140) in /home/bigsale1/public_html/osc/includes/boxes/categories.php on line 59

 

Hope someone can tell me how to fix this. I'm new to Osc and PHP so this has been a real challenge to get this going.

 

Thanks

Link to comment
Share on other sites

move the tep_show_category() function in a common file like general.php Or rename the function name and call at the catalog\includes\header.php script. Seems you have 2 instances of the function.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...