在new.phtml与列表中显示不同的产品图像

时间:2012-12-16 10:29:02

标签: magento image-gallery product

    $collection = $this->_addProductAttributesAndPrices($collection)
        ->addStoreFilter()
        ->addAttributeToFilter('is_discontinued', array('neq' => 1) )
        ->addAttributeToFilter('collection_id', array('neq' => 'LKG') )
        ->addAttributeToFilter('media_gallery_label', array('eq' => 'Home Page Image') )
        //->addAttributeToSort('entity_id', 'desc')
         ->addAttributeToSort('news_from_date', 'desc')

对于media_gallery_label字段,我需要能够按任何图库图像进行过滤,如果任何图像的标签是“主页图像”,则需要显示而不是默认的“小”图像。我需要这个只在new.phtml文件中工作,而不是在list.phtml中。

0 个答案:

没有答案