Magento News

 

Cannot display product names

Here is my code:


<?php foreach (Mage::getModel('catalog/category')->load($_category->getId())->getProductCollection() as $product): ?>
                                <?php 
echo $product->getId(); echo $product->getProductUrl(); ?>
                                <?php 
echo "<h1>".$this->htmlEscape($product->getName())."</h1>"?>
                            <?php 
endforeach ?>

the id and url show up fine.  Can never view the name.

Any ideas?

What I’m doing is showing all the products of a given category.

Cannot display product names

Possibly Related Posts:


 

Leave a Reply