<?php if ($this->contact->suburb && $this->params->get('show_suburb')) : ?> <span class="contact-suburb" itemprop="addressLocality"> <?php echo $this->contact->suburb; ?> </span> <?php endif; ?>
<?php if ($this->contact->postcode && $this->params->get('show_postcode')) : ?> <span class="contact-postcode" itemprop="postalCode"> <?php echo $this->contact->postcode; ?> </span> <?php endif; ?>
Please post all new support queries in our New Forum.
Please read this Announcement for details.