Page 1 of 1
How do I remove address & phone from contact form
Posted: Sun Jul 18, 2010 9:45 pm
by lotus
Hi,
Another little adjustment I am having trouble finding how to change.
How do I remove the address and my phone number from the contact form which seems to get picked up from the store information?
Thanks
Re: How do I remove address & phone from contact form
Posted: Sun Jul 18, 2010 10:34 pm
by JAY6390
open
Code: Select all
/catalog/view/theme/default/template/information/contact.tpl
and remove the following
Code: Select all
<div class="content">
<div style="display: inline-block; width: 100%;">
<div style="float: left; display: inline-block; width: 50%;"><b><?php echo $text_address; ?></b><br />
<?php echo $store; ?><br />
<?php echo $address; ?></div>
<div style="float: right; display: inline-block; width: 50%;">
<?php if ($telephone) { ?>
<b><?php echo $text_telephone; ?></b><br />
<?php echo $telephone; ?><br />
<br />
<?php } ?>
<?php if ($fax) { ?>
<b><?php echo $text_fax; ?></b><br />
<?php echo $fax; ?>
<?php } ?>
</div>
</div>
</div>
Re: How do I remove address & phone from contact form
Posted: Sun Jul 18, 2010 10:59 pm
by lotus
Thanks heaps Jay. You guys are great help for a new comer..much appreciated.
Re: How do I remove address & phone from contact form
Posted: Sun Jul 18, 2010 11:07 pm
by JAY6390
No problem

Re: How do I remove address & phone from contact form
Posted: Thu Jul 29, 2010 12:09 pm
by buckmajor
Nice! So that's how you remove the address from the contact us page.
I have my own custom theme, and was wondering if I remove the code from the default theme or my custom theme?
Thanks
Re: How do I remove address & phone from contact form
Posted: Thu Jul 29, 2010 4:09 pm
by JAY6390
Try your custom theme first, if its not there, then do so for your default theme
Re: How do I remove address & phone from contact form
Posted: Thu Jul 29, 2010 11:14 pm
by buckmajor
Sweet! Thanks JAY, it works

Re: How do I remove address & phone from contact form
Posted: Wed Oct 27, 2010 9:12 pm
by shadowcast
hi, how can i make leaving phone contact a optional thing?
Re: How do I remove address & phone from contact form
Posted: Sat Dec 17, 2011 4:38 pm
by dexter786
thnx also from mine side
contact us is now perfect

Re: How do I remove address & phone from contact form
Posted: Tue May 26, 2015 2:36 am
by Anonym33
bumb this, as MY THREAD IS NO GETTING APPROVED for over 2 days, I'll post here. I want to remove telephone and postal code from checkout as guest. I'm using opencart 2.0.2.0 (If this post won't be posted or removed, you just lost a customer opencart ...I was about to purchase many extensions.)
Re: How do I remove address & phone from contact form
Posted: Tue Jun 30, 2015 11:36 am
by nudylady
remove phone number worked. thx