Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page not displaying properly


dearjenni

Recommended Posts

Posted

Hi there, When I click on the "Log yourself in" link on the homepage the Log In page doesn't display correctly. I get:

 

Administrator Login

 

HEADING_NEW_CUSTOMER HEADING_RETURNING_CUSTOMER

 

TEXT_NEW_CUSTOMER

 

TEXT_NEW_CUSTOMER_INTRODUCTION

 

and on the other half of the page I get:

 

TEXT_RETURNING_CUSTOMER

 

E-Mail Address:

Password:

 

TEXT_PASSWORD_FORGOTTEN

 

Also the breadcrumb trail says "Home>>Shop>>NAVBAR_TITLE

 

Obviously this isn't right as it just looks like the html code. Can someone help please?

 

Thanks

Posted

Obviously this isn't right as it just looks like the html code.

Things in uppercase are almost always constants. These particular constants are defined in language files like catalog/includes/languages/english/login.php

 

For some reason this language file is not included when that page (login.php I assume) is called. Hard to say what is wrong here (not enough information).

Posted

Things in uppercase are almost always constants. These particular constants are defined in language files like catalog/includes/languages/english/login.php

 

For some reason this language file is not included when that page (login.php I assume) is called. Hard to say what is wrong here (not enough information).

 

Thanks for the reply. What other information do you need??? Thanks

Posted

Try looking to see if the file log-in.php exists in the directory

 

catalog/includes/languages/english

 

If it does then look in that file and another one in the same directory.

 

The login one should have lines in it like

 

define('NAVBAR_TITLE', 'Login Page');

define('HEADING_TITLE', 'Welcome, Please Sign In');

define('HEADING_NEW_CUSTOMER', 'New Shopper');

 

The other file is just so you can see what it should be like.

 

Enjoy

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...