antimatter Posted November 16, 2002 Posted November 16, 2002 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:
♥olby Posted November 16, 2002 Posted November 16, 2002 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
antimatter Posted November 16, 2002 Author Posted November 16, 2002 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. :)
Guest Posted November 17, 2002 Posted November 17, 2002 That info is in the english.php file. You are looking for... // footer text in includes/footer.phpdefine('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
antimatter Posted November 17, 2002 Author Posted November 17, 2002 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 :?:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.