Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My Site Doesn't Have "Information" Column...


John Stubbs

Recommended Posts

Posted

www.cheapeuroparts.com/oscommerce

 

That is the url for what I have now, I want to put in a link for shipping info, purchase details and disclaimers....how do I add this in?

 

Thanks in advance,

 

John

Posted

OK, open up includes/colum_left.php

 

 

Find the line:

 

require(DIR_WS_BOXES . 'whats_new.php'); ?>

 

Change it to:

 

 

require(DIR_WS_BOXES . 'whats_new.php');

require(DIR_WS_BOXES . 'information.php');

?>

Posted

It works! Thanks again.

 

Now, the last thing that I need to do to this site is change the logo at the top...any idea how to do that?

 

The url is www.cheapeuroparts.com/oscommerce

 

Thanks in advance!

 

John

Archived

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

×
×
  • Create New...