Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Added Information For Contact Us Page?


SakamotoKazuma

Recommended Posts

Posted

I'm working with oscommerce 2.2 here. I want to add in more contact information like telephone numbers and addresses. I tried to add in a define('TEXT_INFORMATION', 'stuff here'); but that didn't work. It didn't show up. Anyone have any ideas on how to do this?

 

define('HEADING_TITLE', 'Contact Us');
define('NAVBAR_TITLE', 'Contact Us');
define('TEXT_INFORMATION', 'stuff here');

define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.');
define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME);

define('ENTRY_NAME', 'Full Name:');
define('ENTRY_EMAIL', 'E-Mail Address:');
define('ENTRY_ENQUIRY', 'Enquiry:');

Posted

If you search the contributions there are some really good ones for the contact us page that add your address, hours, phone numbers and also a link to a map for people to find you. Might be the easier route to create what you are looking for. I suggest this because the page layout is already done for you and will require little additional work.

Archived

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

×
×
  • Create New...