Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contact Us


mifzal.mufthi

Recommended Posts

Version 2.2

If you just want to add your contact information like seen here: Example

 

 

Open catalog/includes/languages/english/contact_us.php

 

Find

define('TEXT_INFORMATION' ' ');

 

Change to:

define('TEXT_INFORMATION', '
Direct email: <a href="mailto:[email protected]">[email protected]</a> <br><br>

Phone: 555-555-5555<BR>
Fax: 555-555-5555<BR>
<p>
Postal Address:<BR>
MyStore<BR>
123 Address Road<BR>
City, State<BR>
ZipCode<BR>
</p>
<p> Or you may submit a webmail below:</p>');

Link to comment
Share on other sites

Version 2.2

If you just want to add your contact information like seen here: Example

 

 

Open catalog/includes/languages/english/contact_us.php

 

Find

define('TEXT_INFORMATION' ' ');

 

Change to:

define('TEXT_INFORMATION', '
Direct email: <a href="mailto:[email protected]">[email protected]</a> <br><br>

Phone: 555-555-5555<BR>
Fax: 555-555-5555<BR>
<p>
Postal Address:<BR>
MyStore<BR>
123 Address Road<BR>
City, State<BR>
ZipCode<BR>
</p>
<p> Or you may submit a webmail below:</p>');

 

Thanks but it doesn't work

Link to comment
Share on other sites

Thanks but it doesn't work

 

Is your site in English or is there another language?

catalog/includes/languages/english/contact_us.php

would just need changed to whatever language your browser is viewing.

 

The code I gave you is pretty much a working example from the site I linked. The only reason I can think of it not working is you don't have a

TEXT_INFORMATION call on your catalog/contact_us.php or your not using the English language, thus editing the file in the English folder won't do anything.

 

Maybe somebody else has an idea....

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...