Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding text above contact us form


collectandkeep

Recommended Posts

Posted

does anyone know which file i must edit and the script i must insert to display normal text above the form on our contact us page for viewers to read

 

www.collectandkeep.com/contact_us.php

 

i am unsure and anyhelp will be appreciated

 

regards Jon

Posted
does anyone know which file i must edit and the script i must insert to display normal text above the form on our contact us page for viewers to read

 

www.collectandkeep.com/contact_us.php

 

i am unsure and anyhelp will be appreciated

 

regards Jon

 

Look HERE

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

In catalog/includes/languages/english/contact_us.php add this just before the ?> at the end:

 

define('TEXT_MAIN', 'Insert your text here');

 

Now in catalog/contact_us.php find:

 

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

Just after it add:

 

</tr><tr><td width="100%" class="main"><?php echo TEXT_MAIN; ?></td>

 

Should do nicely!

Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem....

Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums.....

if (stumped == true) {

return(square_one($start_over)

} else {

$random_query = tep_fetch_answer($forum_query)

}

Archived

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

×
×
  • Create New...