增加Magento方法的插件 - Remove Placeholder
一个比较简单的插件,用来学习的话觉得不错。主要功能是在产品分类列表页面中增加可以删除Placeholder的方法。插件 - Remove Placeholder。
Magento Connect:magento-community/ESolutions_NoPlaceholder
介绍:
Provides a method that can be used to remove the placeholder on the category list page.
This module extends Mage_Catalog_Helper_Image and provides the method hasImage() which will return true if the current product has an image and false if not.
This new method can be used in an if statement to remove the magento placeholder image.
该插件为Magento提供了一种方法来移除分类列表页面上的占位符图片。通过扩展Mage_Catalog_Helper_Image并新增hasImage()方法实现,此方法会判断当前产品是否有图片:若有则返回真,若无则返回假。
2781

被折叠的 条评论
为什么被折叠?



