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
Post a Comment