public function _construct()
 {
     parent::_construct();
     $this->setTemplate('onestepcheckout/widget/taxvat.phtml');
 }
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('easycheckoutbrasil/widget/taxvat.phtml');
 }
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('checkoutsimplificado/widget/taxvat.phtml');
 }
Example #4
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('gomage/cliente/customer/widget/taxvat.phtml');
 }