MattMallory Posted December 30, 2003 Share Posted December 30, 2003 Sorry for the dumb ? How do I go about adding text to the Contact Us page? Knowledge is Power! Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2003 Share Posted December 30, 2003 includes/languages/english/contact_us.php (or whatever language). Hth, Matt Link to comment Share on other sites More sharing options...
Jack_mcs Posted December 30, 2003 Share Posted December 30, 2003 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 More sharing options...
Guest Posted December 30, 2003 Share Posted December 30, 2003 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 More sharing options...
MattMallory Posted January 1, 2004 Author Share Posted January 1, 2004 That worked awesome Jack! Thank you! Knowledge is Power! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.