Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I want to add details to the contact us form


emilesteenkamp

Recommended Posts

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');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...