emilesteenkamp Posted February 11, 2010 Share Posted February 11, 2010 I want to add details to my contact us form: My shop's address, tel, our e-mail addresses etc. underneath the regular contact us form. How do I do this? No outside links in signature allowed. See forum rules please. Link to comment Share on other sites More sharing options...
multimixer Posted February 11, 2010 Share Posted February 11, 2010 In file contact_us.php something like this <tr> <td class="main"><?php echo TEXT_STORE_PHONE; ?></td> </tr> Depending on where you want to place it you need to adjust the html, maybe add a table, div, etc Then, in icludes/languages/english/contact_us.php define('TEXT_STORE_PHONE', 'Call us at 555555555'); My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.