Sorry bout' that I managed to figure it out! Here is what I did:
Located: includes/languages/English.php ( you click on languages and you will see English.php and in there you will find this area of code)
Changing the names under the “information” and “more information” sideboxes on the main pg
The default location:
// information box text in sideboxes/information.php****
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');
define('BOX_BBINDEX', 'Forum');
define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');
define('BOX_INFORMATION_SITE_MAP', 'Site Map');
// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');
This is where you go to change the “discount coupon” title under the the “information” sidebox
Located: includes/languages/ (you click on languages and you will see English.php and in there you will find this area of code)
define('TEXT_CCVAL_ERROR_INVALID_DATE', 'The expiration date entered for the credit card is invalid. Please check the date and try again.');
define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'The credit card number entered is invalid. Please check the number and try again.');
define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The credit card number starting with %s was not entered correctly, or we do not accept that kind of card. Please try again or use another credit card.');
define('BOX_INFORMATION_DISCOUNT_COUPONS', ****‘Discount Coupons’);
That took some time to figure out, if you notice "/english" and "english.php" are in slightly different areas within the same area!! I know it's a bit tuff to explain. But by clicking on /languages you will come to one area where you can make a change, but if you look the "discount coupons" cannot be changed Under the "Information" sidebox on the main page, you have to go one level more to /lang/english/english.php and I believe in there is where I found the code above this message that would change the "discount coupon" to "about us" or whatever a person chooses.
This is where I got mixed up and you were spot on with you reply, just a bit vague on Exactly which line of code to go to. It just makes it easier if people give a bit more exact, since this computer code stuff is touchy and I am not using an override either!!:lamo:
Thanks for the help!!