Thanks!
/catalog/view/theme/default/template/information/contact.tpl
Comment the following line:
Code: Select all
<?php echo $address; ?></div>

Code: Select all
<?php echo $address; ?></div>
Code: Select all
<?php //echo $address; ?></div>
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!

You can check that on my site.
http://playys.com/index.php?route=information/contact
In your template file (catalog/view/theme/default/template/information/contact.tpl), find the following (lines 12-14):
Code: Select all
<div class="content"><div class="left"><b><?php echo $text_address; ?></b><br />
<?php echo $store; ?><br />
<?php echo $address; ?></div>
Code: Select all
<div class="content">
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!

Code: Select all
<h2><?php echo $text_location; ?></h2>
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
/catalog/view/theme/default/template/information/contact.tpl
Remove / comment out rows 10 - 25:
<h2><?php echo $text_location; ?></h2>
<div class="contact-info">
<div class="content">
<div class="right">
<?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>
Users browsing this forum: Amazon [Bot] and 36 guests