Hi all how i can remove phone and address from the contact us page i remove some code from catalog>view>default>theme>templates>information>contact but after that my contact us page don`t work no one could send me message from contact us page can some please help me with Thank You
The Shopversion would be helpful to show you the code to remove.
In 1.4. it should be:
In 1.4. it should be:
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>
Who is online
Users browsing this forum: No registered users and 105 guests