| 
	当Magento中的产品的某个属性为空时,前台将显示为NO,如果需要隐藏此属性,可以按照以下方法做出修改: 
	打开 app/code/core/Mage/Catalog/Block/Product/View/Attributes.php 
	将 getAdditionalData 函数中 
	if (!$product->hasData($attribute->getAttributeCode())) { 
	    $value = Mage::helper('catalog')->__('N/A'); 
	} elseif ((string)$value == '') { 
	    $value = Mage::helper('catalog')->__('No'); 
	} elseif ($attribute->getFrontendInput() == 'price' && is_string($value)) { 
	    $value = Mage::app()->getStore()->convertPrice($value, true); 
	} 
	修改为 
	if (!$product->hasData($attribute->getAttributeCode())) { 
	    $value = ''; 
	} elseif ((string)$value == '') { 
	    $value = ''; 
	} elseif ($attribute->getFrontendInput() == 'price' && is_string($value)) { 
	    $value = Mage::app()->getStore()->convertPrice($value, true); 
	} 
	刷新前台产品页面,所有值为空的属性将不再显示。(责任编辑:最模板) | 



 shopex仿妙乐乐母婴用品商
							人气:1012
							shopex仿妙乐乐母婴用品商
							人气:1012
						 玉器商城|ecshop玉器模板
							人气:641
							玉器商城|ecshop玉器模板
							人气:641
						 ecshop仿趣玩网2014模板带团
							人气:519
							ecshop仿趣玩网2014模板带团
							人气:519
						 仿2011麦包包shopex模板
							人气:810
							仿2011麦包包shopex模板
							人气:810
						 ecshop仿京东360top奢侈品模
							人气:964
							ecshop仿京东360top奢侈品模
							人气:964
						 一号店模板|ecshop综合模板
							人气:514
							一号店模板|ecshop综合模板
							人气:514