taylermagnuson Posted April 1, 2015 Share Posted April 1, 2015 How can I remove my email form on my contact us page? I only want the text on it, this form is causing too many problems. Thanks! http://www.healthlinemedical.com/contact_us.php Link to comment Share on other sites More sharing options...
Bob Terveuren Posted April 1, 2015 Share Posted April 1, 2015 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 More sharing options...
taylermagnuson Posted April 1, 2015 Author Share Posted April 1, 2015 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 More sharing options...
Bob Terveuren Posted April 1, 2015 Share Posted April 1, 2015 Hi there That's most likely your file catalog/includes/languages/english/contact_us.php that you're showing - there should be a catalog/contact_us.php file - that's the one you want Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.