I have a template from templatemonster and I would like to remove the telephone information and physical address from the main page and subsequent pages. Also, if need be, remove it from the contact us page. The only thing I want to display is an email address. How might one go about removing this unwanted information? I have the gun shop 51070 template. I'm running OC 1.5.6.4.
By default the phone number shows in the contact page only, to remove that edit catalog/view/theme/yourtheme/template/information/contact.tpl and remove the code:
For any other pages it must be added by the theme so youll have to contact their support for assistance.
Code: Select all
<?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 } ?>
Great! Thanks. HOWEVER, how do I remove it from the FRONT page of the site? Will removing the code where you said to on the contact page remove it everywhere on the site?
I edited the code and it took the information off the contact page, but the phone number and address are still in the settings. Also, the phone number is still appearing on the front page. Could this be some sort of cache issue since I deleted the code in the contact.tpl?
Above I said For any other pages it must be added by the theme so youll have to contact their support for assistance.
Who is online
Users browsing this forum: No registered users and 8 guests