0

I can't seem to see the error in my code. Can someone please help identify my error.

    <?php if !(Mage::app()->getStore()->getCode() == 'mar_aa') { ?>

                <h1 class="product-header"><span><?php echo $this->__('Products') ?> (0)</span></h1>
                <p class="title-no-uppercase no-search-products">
                    <span><?php echo ($this->getNoResultText()) ? $this->getNoResultText() : $this->__('Sorry, but no results were found.') ?></span>
                    <span class="cant-find-first"><?php echo $this->getNoResultText() ? $this->getNoResultText() : $this->__('Can’t find what you’re looking for?') ?></span>
                    <span class="call-content-second"><?php echo $this->getNoResultText() ? $this->getNoResultText() : $this->__('Try calling customer service: 11111111111') ?></span>
                </p>

               <?php } ?>

                <?php if ($messages = $this->getNoteMessages()):?>
                <?php foreach ($messages as $message):?>
                <br /><?php echo $message?>
                <?php endforeach;?>
                <?php endif; ?>
thismethod
  • 523
  • 1
  • 6
  • 25

0 Answers0