Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contact us


Ackis

Recommended Posts

Hi again,

 

please help me... :blush:

 

I've been searching here for more than one hour but I can't find what I need.

 

I do have problems to explain where I want to add the text but I hold my thumbs that you'll understand what I mean :rolleyes:

I want to add my company name, address, phone number and so on...

 

I want to add plain text above the "contact-us-white-boxes" .... where do I add the text? Is it in catalog/contact us php or do I go further to language bla bla contact us?

 

I've tried both but have probably done something wrong because I havn't succed yet.

 

Best regards

Ackis

Jessica Fuchs

Link to comment
Share on other sites

Hi again,

 

please help me... :blush:

 

I've been searching here for more than one hour but I can't find what I need.

 

I do have problems to explain where I want to add the text but I hold my thumbs that you'll understand what I mean :rolleyes:

I want to add my company name, address, phone number and so on...

 

I want to add plain text above the "contact-us-white-boxes" .... where do I add the text? Is it in catalog/contact us php or do I go further to language bla bla contact us?

 

I've tried both but have probably done something wrong because I havn't succed yet.

 

Best regards

Ackis

 

 

Can anyone tell me where, please?

Jessica Fuchs

Link to comment
Share on other sites

I think I could help you, but I need to know exactly what do you want.

I think that your intentions are to insert a text with your enterprise info in the same box where is the contact us form, didn't you?

 

 

Yes, that's right. Just above the contact us form! :)

Jessica Fuchs

Link to comment
Share on other sites

Jessica

I think this will do it for you.

In contact_us php file look for

<tr>

<td><?php echo tep_draw_textarea_field('enquiry', 'soft', 50, 15);

?></td>

</tr>

NOW JUST ADD UNDER IT

<tr>

<td> YOUR TEXT HERE</td>

or you can assign class so that the text looks the same

<tr>

<td> class="main"2>YOUR TEXT HERE</td>

</tr>

Hope this works

Back up file first

Regards

Peter

Link to comment
Share on other sites

Jessica

I think this will do it for you.

In contact_us php file look for

<tr>

<td><?php echo tep_draw_textarea_field('enquiry', 'soft', 50, 15);

?></td>

</tr>

NOW JUST ADD UNDER IT

<tr>

<td> YOUR TEXT HERE</td>

or you can assign class so that the text looks the same

<tr>

<td> class="main"2>YOUR TEXT HERE</td>

</tr>

Hope this works

Back up file first

Regards

Peter

 

 

 

 

Thank you Peter!!

 

I'll try when I come home from work this afternoon.

 

Thank you once again! :rolleyes:

Jessica Fuchs

Link to comment
Share on other sites

  • 2 months later...

Archived

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

×
×
  • Create New...