magento - add description grid list on theme mobile shoppe -


i try add "short description" on category list of products nothing happend on list.phtml try on: app/design/frontend/base/default/template/catalog/product/list.phtml

in lit view there code: (and copy code grid block nothing happend)

 <div class="desc std">                     <h1>test</h1>                     <?php echo $_helper->productattribute($_product, $_product->getshortdescription(), 'short_description') ?>                     <a href="<?php echo $_product->getproducturl() ?>" title="<?php echo $_productnamestripped ?>" class="link-learn"><?php echo $this->__('learn more') ?></a>                 </div> 

go catalog->attributes->manage attributes, search short_description attribute, edit , set field used in product listing yes. reindex , should work.
[edit]
or can use this:

<?php echo $_product->getshortdescription();?> 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -