setTemplate('customer/widget/taxvat.phtml'); } public function isEnabled() { return (bool)$this->_getAttribute('taxvat')->getIsVisible(); } public function isRequired() { return (bool)$this->_getAttribute('taxvat')->getIsRequired(); } public function getCustomer() { return Mage::getSingleton('customer/session')->getCustomer(); } }