Below is a section of code from tpl_footer which should display the store address.
<?php if (CONTACT_US_STORE_NAME_ADDRESS=='1') { ?>
<div class="footerAddress"><address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address></div>
<?php } ?>
The address is also entered in admin>Store Address>Store Address and Phone. But still nothing.
Am I missing somthing??


Reply With Quote
