Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TEXT_MAIN showing up on as "TEXT_MAIN"


jhdesign

Recommended Posts

Posted

Not sure what caused this, but site was functioning fine.

 

Now it says TEXT_MAIN instead of the actual text.

 

Same goes for everything else on site:

 

BOX_INFORMATION_PRIVACY

BOX_INFORMATION_CONDITIONS

BOX_INFORMATION_SHIPPING

BOX_INFORMATION_SERVICES

BOX_INFORMATION_INTERNETSERVICES

BOX_INFORMATION_PAYMENT

BOX_INFORMATION_WEBSERVICES

BOX_INFORMATION_WHOLESALE

BOX_INFORMATION_CONTACT

 

Is in the information box instead of actual text links.

Same is true for rest of site,

 

Any ideas how to fix this?

 

Thanks.

Posted
Not sure what caused this, but site was functioning fine.

 

Now it says TEXT_MAIN instead of the actual text.

 

Same goes for everything else on site:

 

BOX_INFORMATION_PRIVACY

BOX_INFORMATION_CONDITIONS

BOX_INFORMATION_SHIPPING

BOX_INFORMATION_SERVICES

BOX_INFORMATION_INTERNETSERVICES

BOX_INFORMATION_PAYMENT

BOX_INFORMATION_WEBSERVICES

BOX_INFORMATION_WHOLESALE

BOX_INFORMATION_CONTACT

 

Is in the information box instead of actual text links.

Same is true for rest of site,

 

Any ideas how to fix this?

 

Thanks.

You need to go to your catalog/includes/language/english.php file and make sure your defines are set correctly.

 

Look for each one of your text headings in your english file. If they are not there create them using the same string as another in the file already.

 

JM

 

For instance:

 

define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account');

 

If this is not there then your page where Create an Account shows will show as HEADER_TITLE_CREATE_ACCOUNT

Always remember, we need patience, guidance and most of all understanding.

 

My Contributions

Archived

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

×
×
  • Create New...