|
Can someone help me out here?
I customized the product listing grid here: /template/catelog/product/list.pthml
Instead of showing the description, I am showing the ShortDescription so I modified the code to look like this:
<img src="/skin/frontend/default/default/images/product-divider.gif"> <?php echo nl2br($_product->getShortDescription()) ?> <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><span class="learnMore"><?php echo $this->__('Learn More') ?></span></a>
It looks great on the homepage (http://shop.ode1.deasil.com/), but when I search for something, the Short Description doesn’t show up. As far as I can tell, it is pulling from the same page (/template/catelog/product/list.pthml).
http://shop.ode1.deasil.com/catalogsearch/result/?q=oil&x;=0&y;=0
Can anyone explain to me why the ShortDescription is not showing up in my search results?
Thanks,
Katie
|