예제 #1
0
 public function asHtml()
 {
     if ($this->getAttribute() == 'sku') {
         $html = $this->getTypeElement()->getHtml() . Mage::helper('rewardpoints')->__("%s %s", $this->getAttributeElement()->getHtml(), $this->getValueElement()->getHtml());
         if ($this->getId() != '1') {
             $html .= $this->getRemoveLinkHtml();
         }
         return $html;
     }
     return parent::asHtml();
 }