wangjohn888 Posted June 22, 2004 Posted June 22, 2004 hi, I tried to change the contents of login page(i copied it at the following), but it did not work. I went to oscommerce file manager to open login.php and try to change following text, i want to change the oscommerce to my store name. others contents of php files i can change from file manager. please help!!! thanks! "I am a new customer. By creating an account at osCommerce 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" do i need go to the php file to change above contents manually? but how to find the following text. i did not find them from english.php. TEXT_NEW_CUSTOMER . . TEXT_NEW_CUSTOMER_INTRODUCTION
patrickbailey1 Posted June 22, 2004 Posted June 22, 2004 Look for this in catalog/login.php <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><form name="login" action="http://havenelectronics.com/catalog/login.php?action=process" method="post"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading">Welcome, Please Sign In</td> <td class="pageHeading" align="right"><img src="images/haven.gif" border="0" alt="Welcome, Please Sign In" title=" Welcome, Please Sign In " width="57" height="40"></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main" width="50%" valign="top"><b>New Customer</b></td> <td class="main" width="50%" valign="top"><b>Returning Customer</b></td> </tr> <tr> <td width="50%" height="100%" valign="top"><table border="0" width="100%" height="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" height="100%" cellspacing="0" cellpadding="2"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main" valign="top">I am a new customer.<br><br>By creating an account at osCommerce 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.</td> </tr> ------This is where you edit the writing! Let me know if you can't get it! Patrick Patrick Bailey www.DisplayHaven.com
patrickbailey1 Posted June 22, 2004 Posted June 22, 2004 sorry...didn't realize how much code that was....you edit the writing right at the end there.... <td class="main" valign="top"> I am a new customer....... Patrick Bailey www.DisplayHaven.com
wangjohn888 Posted June 22, 2004 Author Posted June 22, 2004 sorry...didn't realize how much code that was....you edit the writing right at the end there....<td class="main" valign="top"> I am a new customer....... i just opened the login.php under catalog, but i did not see the contents. but why i can not edit it from file manager?
wangjohn888 Posted June 22, 2004 Author Posted June 22, 2004 sorry...didn't realize how much code that was....you edit the writing right at the end there....<td class="main" valign="top"> I am a new customer....... i just opened the login.php under catalog, but i did not see the contents. but why i can not edit it from file manager? where is the TEXT_NEW_CUSTOMER_INTRODUCTION defined, so i can change from there?
patrickbailey1 Posted June 22, 2004 Posted June 22, 2004 what does it say? You can't even see it? If you can't see it you're probably not in the right area....if you can see it but not edit it than you have to set the right user settings... Patrick Bailey www.DisplayHaven.com
wangjohn888 Posted June 22, 2004 Author Posted June 22, 2004 what does it say? You can't even see it? If you can't see it you're probably not in the right area....if you can see it but not edit it than you have to set the right user settings... i only can see <td class="main" valign="top"><?php echo TEXT_NEW_CUSTOMER . '<br><br>' . TEXT_NEW_CUSTOMER_INTRODUCTION; ?></td>. but where are they defined? yes i can change the TEXT_NEW_CUSTOMER TO "I am a new customer. and TEXT_NEW_CUSTOMER_INTRODUCTION to By creating an account at mystorename 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.
teknonweb Posted October 26, 2005 Posted October 26, 2005 Try catalog/includes/languages/yourlanguage/login.php Thank you this helped me a lot
Recommended Posts
Archived
This topic is now archived and is closed to further replies.