Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CONTACT US_ HELP!!!


dizzy666

Recommended Posts

catalog/includes/languages/english/contact_us.php

 

catalog/contact_us.php

 

are the files to edit. What content do you want to add? There are contributions that allow you to have a more complex contact us page.

 

http://www.oscommerce.com/community/contri.../search,contact

 

http://www.oscommerce.com/community/contri.../search,contact

 

http://www.oscommerce.com/community/contri.../search,contact

 

Hope that helps.

Link to comment
Share on other sites

on contact_us.php

after line 64 add the extra information like so...

<tr>address<br>email address<br></tr>

 

looks something like this....

before

  <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>
	</table></td>

 

after

  <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>
	  <tr>address<br>email address<br></tr>
	</table></td>

 

cheers,

Mark

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...