Hi Anne,
While doing a little more work on my zen store and your awesome template I found what may be a little bug typo just maybe or it appears that way to me.
on my contact us page I was seing my address listed twice once before the actual contact us header and form and then again down lower in the page just before the contact form fields.
When i looked into /includes/templates/westminster_new/templates/tpl_contact_us_default.php
I discovered a duplicate entry of the following code which when I removed the code from line 20 to 22 the duplicate address was corrected:
Code:
<?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?>
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
<?php } ?>
Just posting here in case it is a bug and if others are looking for the same problem / solution.
Bookmarks