Ejemplo n.º 1
0
 public function _beforeToHtml()
 {
     parent::_beforeToHtml();
     if (Mage::helper('udsplit')->isActive()) {
         $this->setTemplate('udsplit/order_create_shipping.phtml');
     }
 }