Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing contact us details


hts-direct

Recommended Posts

create a table in the html area of contact_us.php

the page structure is towards the bottom.

the php coding parts are at the top.

 

wherever you want your info box to located

create a table row cell html like normal.

 

logically I would place my code after the HEADING_TITLE part

 

example:

            <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
           <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_bg/table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
     </tr>
<!--me adding text box -->
     <tr>
       <td><table border="1" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000"  width="100%" cellspacing="1" cellpadding="2" class="infoBox">
         <tr>
           <td class="infoBoxContents"><div align="left"><?php echo TEXT_ADDRESS; ?></div></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
         <tr>
           <td class="main"><?php echo TEXT_INFORMATION; ?></td>
         </tr>
       </table></td>
     </tr>
<!-- end me-->   
<?php
 if ($messageStack->size('contact') > 0) {
?>

 

TEXT_ADDRESS and TEXT_INFORMATION

are defined in the corresponding includes/languages/your lang/contact_us.php

 

 

Of course make up your own input. or whatever you want. create backups first.

Link to comment
Share on other sites

hello there,

 

I saw your shop and u where able to remove the OSCommerce logo on your store. Do you have any information on how I can remove that logo on the left? Coz if you can see my website it still has that OsCommerce logo.

 

http://villasdecor.com/ecommerce/os/catalog/

 

I want to remove that and change it into my logo.

 

Your information will be greatly appreciated.

 

Thanks.

 

Vhiel :-"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...