Archive for March, 2011

Magento -Hide attributes with the value ‘No’ on product pages

Magento -Hide attrib...

Replace app/design/frontend/base/default/template/catalog/product/view/attributes.html with this file: < ?php $_helper = $this->helper('catalog/output'); $_product = $this->getProduct() ?> < ?php if($_additional = $this->getAdditionalData()):...