2013-07-24 60 views
1

我嘗試添加「簡短描述」我的產品,但沒有我的分類列表happend我list.phtml 我嘗試:應用程序/設計/前端/基/默認/模板/catalog/product/list.phtml附加說明網格列表

在我點燃觀點是否有這樣的代碼: (我將此代碼複製到網格塊,但沒有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> 

回答

1

轉到Catalog->Attributes->Manage attributes,搜索short_description屬性,編輯它並將字段Used in product listing設置爲Yes。重塑一切,它應該工作。
[編輯]
或者你可以簡單地使用:

<?php echo $_product->getShortDescription();?> 
+0

沒有,我嘗試:/ – Max

+0

我已經編輯與其他可能的解決答案。如果它是值得的。它爲我工作。 (他們倆) – Marius

+0

你知道什麼「移動購物者」運行list.phtml基地或他們自己的模板? – Max