Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

text help!


uget2seconds

Recommended Posts

Hi

 

In the includes/languages/YOUR_LANGUAGE/ folder there a file with the same name as the one you want to have the text, in this case, contact_us.php.

 

There's lines like:

DEFINE('SOME_TITLE','Some title in selected language');

 

Now, add you own like that if you want something other than just the company name and address, which is already defined as STORE_NAME_ADDRESS.

 

Now, go to the original file in the catalog folder, open it up and add

 

<?PHP // Added Store info to contact page
echo STORE_NAME_ADDRESS;
?>

 

Wherever you want it to be shown. Replace STORE_NAME_ADDRESS with you own defined text if you wish something else in that field.

Insert clever remark here

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...