Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Minor Code error


jschief

Recommended Posts

If someone could be so kind and look at my store and could direct me so that I can correct the code error in the upper right hand corner. I would be greatful as I can not find the error. I am not sure where it is or what is wrong. I am refering to the following:

 

$HTTP_POST_VARS = $_POST; $HTTP_GET_VARS = $_GET;

 

Thanks,

James

 

http://www.susiedobbs.com/store/

Link to comment
Share on other sites

A quick check would indicate that you have some extra code in column_right.php between the following lines:

 

require(DIR_WS_BOXES . 'reviews.php');

 

AND

 

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

 

 

if not there I would check the end of reviews.php and the beginning of languages.php

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...