Graffe Posted May 15, 2004 Posted May 15, 2004 I recently had an issue with osCommerce not putting the correct page in the Navbar area by way of breadcrumbs (The area that looks like 'Top >> Catalog >> Privacy Notice'). So I reverted to a saved /catalog/includes/languages/english.php and it seemed to fix my problem. However, I am taken back to why I edited the english.php file to begin with. Have a look at my login.php page and please help if you can. I've been trying to get this store going for the last few months in my spare time and I'm at my wits end. https://www.oklumber.com/catalog/login.php Thanks in advance for ANY pointers given.
241 Posted May 15, 2004 Posted May 15, 2004 you have a missing catalog/includes/languages/english/login.php file which should look like this <?php /* $Id: login.php,v 1.14 2003/06/09 22:46:46 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Login'); define('HEADING_TITLE', 'Welcome, Please Sign In'); define('HEADING_NEW_CUSTOMER', 'New Customer'); define('TEXT_NEW_CUSTOMER', 'I am a new customer.'); define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'By creating an account at ' . STORE_NAME . ' you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.'); define('HEADING_RETURNING_CUSTOMER', 'Returning Customer'); define('TEXT_RETURNING_CUSTOMER', 'I am a returning customer.'); define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten? Click here.'); define('TEXT_LOGIN_ERROR', 'Error: No match for E-Mail Address and/or Password.'); define('TEXT_VISITORS_CART', '<font color="#ff0000"><b>Note:</b></font> Your "Visitors Cart" contents will be merged with your "Members Cart" contents once you have logged on. <a href="javascript:session_win();">[More Info]</a>'); ?> No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Graffe Posted May 15, 2004 Author Posted May 15, 2004 :o whoa! It worked! I had the file you spoke of, but the code was nothing as you posted. Thank you, thank you, thank you! :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.