Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Phone, Address, Etc. to the Contact Us Page


Guest

Recommended Posts

I would like to add my name, phone number, and address to the "Contact Us" page but as of now, its only showing up as an email form.

 

Anyone know how to add this info to that page?

Link to comment
Share on other sites

Try this one...it worked for me.

 

Contact Us 1.0 Dynamic

Thanks ... I actually tried to install the one at the top first and it failed. Not sure if I was supposed to install the original first (which I did) and now it works fine.

Link to comment
Share on other sites

To edit your "Contact Us" information page:

 

 

Try going to:

 

 

/includes/languages/english/contact.php

 

find the line:

 

define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME);

 

add the line:

 

define('TEXT_INFORMATION', 'Put here your contact info here.');

Link to comment
Share on other sites

to make my life easier, i just go to the contactus.php or whatever and comment out the php stuff that calls the actual text, and add static html...

i just dont care to learn php. and when i try to add something with html into the php statements it all goes to heck and doesnt work :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...