Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

want to add snail mail address to info> contack us


Gap30

Recommended Posts

Posted

Would like to have mail address appear under inquiry in E-mail box that appears after clicking on contack us. Any suggestion of were text gets typed in??

 

Thanks

Greg

Posted

in contact_us.php file, search 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>
</tr>

 

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

 

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

Posted
in contact_us.php file, search 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>
</tr>

 

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

 

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

 

:thumbsup: Thanks used the second option.

 

would like to get the following look:

 

mail address:

 

Linda Priebe

3254 pinecrestst

sarasotoa FL 34329

 

Phone: 941-753-7777

 

Rookie question! what do I put after Priebe?

 

Thanks

Greg

Archived

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

×
×
  • Create New...