public function _construct()
 {
     parent::_construct();
     // default template location | caminho do template de data de nascimento
     $this->setTemplate('ricardomartins_pagseguro/form/cc/dob.phtml');
     $this->setFieldNameFormat('payment[ps_cc_owner_birthday_%s]');
     $this->setFieldIdFormat('pagseguro_ps_cc_owner_birthday_%s');
 }
Beispiel #2
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('onepagecheckout/widget/dob.phtml');
 }
Beispiel #3
0
 public function _construct()
 {
     parent::_construct();
     // default template location
     $this->setTemplate('onestepcheckout/widget/dob.phtml');
 }
Beispiel #4
0
 public function testGetDateFormat()
 {
     $block = new Mage_Customer_Block_Widget_Dob();
     $this->assertNotEmpty($block->getDateFormat());
 }
 public function _construct()
 {
     parent::_construct();
     // default template location
     $this->setTemplate('webpos/admin/webpos/widget/dob.phtml');
 }
Beispiel #6
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('buckaroo3extended/customer/widget/dob.phtml');
 }