お問合せページで、ショップの住所を非表示にする

http://findaway-i.jp/zen-cart/zen-cart-メモ/500.html
includes/templates/YOUR_TEMPLATE_NAME/templates/tpl_contact_us_default.php
の19行目あたり
<?php if (CONTACT_US_STORE_NAME_ADDRESS== ‘1′) { ?>
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
<?php } ?>
を消す。