Example #1
0
 public function render(Varien_Object $row)
 {
     if ((int) $row->getGiftwrap() == Magestore_Giftwrap_Model_Giftwrap::STATUS_ENABLED) {
         return $this->__('Yes');
     }
     if ((int) $row->getGiftwrap() == Magestore_Giftwrap_Model_Giftwrap::STATUS_DISABLED) {
         return $this->__('No');
     }
 }