Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding text to the Contact Us page


MattMallory

Recommended Posts

You can edit the catalog/contact_us.php file. Search for the following in that file:

<tr>

<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>

 

and insert something like the following after it.

<tr>

p><td class=main>You may contact us using one of the following E-Mail links, regular mail, fax or just complete the below form.<p></td>

</tr>

 

HTH,

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Jack,

 

thank you so much. Just ran into that question, found your answer and it works perfect.

 

Just one thing: There's a "<" missing before the second "p". So the insertion should read

 

<tr>

<p><td class=main>You may contact us using one of the following E-Mail links, regular mail, fax or just complete the below form.<p></td>

</tr>

 

Thanks,

 

Michael

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...