Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove my "Contact Us" page email form?


taylermagnuson

Recommended Posts

Hi

 

Have a look at the code in the page privacy.php and compare it to your contact_us code - you'll see a basic page in privacy.php that you can emulate into contact_us - just change the references to the language file,breadcrumb and add in your statit text

Link to comment
Share on other sites

Hi

 

Have a look at the code in the page privacy.php and compare it to your contact_us code - you'll see a basic page in privacy.php that you can emulate into contact_us - just change the references to the language file,breadcrumb and add in your statit text

<?php
/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'Contact Us');
define('HEADING_TITLE', 'Contact Us');
define('TEXT_INFORMATION', '
Healthline Medical Products<br />
1065 E Story Rd.<br />
Winter Garden, Fl 34787<br />
<br />
Toll-Free : 1-800-987-3577<br />
Fax : 407-656-5641<br />
Email : pvcdmeds1@[member=aol].com<br />
<br />
Hours of operation : 8 am - 5 pm EST<br />
(Mon - Fri)<br />
<br /> 
 
Please feel free to send us an e mail after hours and on weekends. We will respond in a timely manner.<br />
<br /> 
 
Thank you for choosing Healthline Medical Products!<br />
');

?>

This is what my Contact us file looks like now, but the contact form is still there. I dont understand how thats possible...?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...