dizzy666 Posted March 1, 2006 Share Posted March 1, 2006 Can someone please help on how do I add content to the contact us page? Please help me Link to comment Share on other sites More sharing options...
Guest Posted March 1, 2006 Share Posted March 1, 2006 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 More sharing options...
dizzy666 Posted March 1, 2006 Author Share Posted March 1, 2006 I just want to add some text to the conatct page. Like the address and other E-mail address Link to comment Share on other sites More sharing options...
njtermite Posted March 1, 2006 Share Posted March 1, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.