Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

getting rid of the 'What's new here?' message


antimatter

Recommended Posts

Posted

I've been looking for the answer to this for a couple of days and can't find it. Can anyone tell me how to get rid of the 'What's new here?' message on the top of the cart and how to edit the copyright on the bottom? :roll:

Posted

Find this in:

catalog/includes/languages/english/default.php

 

} elseif ($category_depth == 'top') {

define('HEADING_TITLE', 'What's New Here?');

and change it to your liking.

Best Regards

olby

Posted

Thanks that is exactly what I was looking for, now I just need to know how to change the copyright information on the bottom of the cart and then I can start my DNS changes and go live with the site. :)

Posted

That info is in the english.php file. You are looking for...

 

// footer text in includes/footer.php

define('FOOTER_TEXT_REQUESTS_SINCE', 'requests since');

define('FOOTER_TEXT_BODY', 'Copyright © 2001 <a href="http://www.oscommerce.com">osCommerce</a> : <a href="mailto:[email protected]">Harald Ponce de Leon</a><br>Powered by <a href="http://www.oscommerce.com">osCommerce</a>');

 

Just make your changes there.

 

Eileen

Posted

Great, I'm almost there just one more question. Now that I have got the messages on the top of the screen removed like I wanted how can I get the middle section of the cart to move up to the top where the 'what's new here?' message once was displayed :?:

Archived

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

×
×
  • Create New...