hubcat Posted April 8, 2005 Share Posted April 8, 2005 Greetings, In the upper left-hand corner of the stock "catalog/index.php" page there are 3 graphics with the associated text (My Account, Cart Contents, Checkout) below it. I'd like to just change the text from reading "Cart Contents" to "Shopping Cart" as well as changing the mouse-over tool tip on the graphic to show "Shopping Cart" too. I'm just starting to learn PHP and HTML, so I apologize for a simple question, but I can't seem to locate where to make this change. I've tracked down a "header.php" file that I thought might have it, but I don't see the above text anywhere in this file. Any insights would be greatly appreciated, thank you! :) Forever learning, Jeff Link to comment Share on other sites More sharing options...
♥Vger Posted April 9, 2005 Share Posted April 9, 2005 includes/languages/english.php - change the text and it will change the name in the navbar and the mouseover for the image above. define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents'); Vger Link to comment Share on other sites More sharing options...
hubcat Posted April 9, 2005 Author Share Posted April 9, 2005 Awesome, thank you very much!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.