Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add some text on contact page.


Azim

Recommended Posts

Hello,

How can i add some text on the contact page before the input fields.

I want to display phone number to call emails and address .

And how do i remove the image when the customer submits the enquiry and the man on board shows on the success page.

I want to remove it. How?

Thanks

Link to comment
Share on other sites

catalog / includes / contact_us.php

 

Around line 105 and directly after this code

 

<tr>

<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">

<tr class="infoBoxContents">

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

 

ADD

 

<tr>

<td class="main"><br>Telephone:</td>

</tr>

<tr>

<td class="main">Message 2</td>

</tr>

<tr>

<td class="main">Message 3</td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

I would go with only english language and would edit the only english language. and i alos have removed the language chooser from the header.

And the transparent idea is better i guess.

Thanks for helping you all.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...