getLoadedProductCollection(); $_helper = $this->helper('catalog/output'); $model = $this->getBrand(); $helper = Mage::helper('brand'); if ($helper->imageWidth() != '') { $imageWidth = $helper->imageWidth(); } else { $imageWidth = 675; } if ($helper->imageHeight() != '') { $imageHeight = $helper->imageHeight(); } else { $imageHeight = 435; } ?> getTitle() != ''): ?>

getTitle(); ?>

getMessagesBlock()->getGroupedHtml() ?> getImage() != ''): ?>

<?php echo $model->getTitle(); ?>

getDescription() != ''): ?>

getDescription(); ?>

count()): ?>

__('There are no products matching the selection.') ?>

getToolbarHtml() ?> getMode() != 'grid'): ?>
  1. <?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>
    stripTags($_product->getName(), null, true); ?>

    productAttribute($_product, $_product->getName(), 'name'); ?>

    getRatingSummary()): ?> getReviewsSummaryHtml($_product) ?> getChild('name.after')) { $_nameAfterChildren = $this->getChild('name.after')->getSortedChildren(); foreach ($_nameAfterChildren as $_nameAfterChildName) { $_nameAfterChild = $this->getChild('name.after')->getChild($_nameAfterChildName); $_nameAfterChild->setProduct($_product); echo $_nameAfterChild->toHtml(); } } ?>
    getPriceHtml($_product, true) ?>
    canConfigure() && $_product->isSaleable()): ?>

    getStockItem() && $_product->getStockItem()->getIsInStock()): ?>

    __('View Details') ?>

    __('Out of stock') ?>

    productAttribute($_product, $_product->getShortDescription(), 'short_description') ?> __('Learn More') ?>
count() ?> getColumnCount(); ?>
getToolbarHtml() ?>
getChild('after')) { $_afterChildren = $this->getChild('after')->getSortedChildren(); foreach ($_afterChildren as $_afterChildName) { $_afterChild = $this->getChild('after')->getChild($_afterChildName); //set product collection on after blocks $_afterChild->setProductCollection($_productCollection); echo $_afterChild->toHtml(); } } ?>