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');
 }
Exemplo n.º 2
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('onepagecheckout/widget/dob.phtml');
 }
Exemplo n.º 3
0
 public function _construct()
 {
     parent::_construct();
     // default template location
     $this->setTemplate('onestepcheckout/widget/dob.phtml');
 }
Exemplo n.º 4
0
 public function testGetDateFormat()
 {
     $block = new Mage_Customer_Block_Widget_Dob();
     $this->assertNotEmpty($block->getDateFormat());
 }
Exemplo n.º 5
0
 public function _construct()
 {
     parent::_construct();
     // default template location
     $this->setTemplate('webpos/admin/webpos/widget/dob.phtml');
 }
Exemplo n.º 6
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('buckaroo3extended/customer/widget/dob.phtml');
 }