Abrahan Romero Posted March 26, 2014 Share Posted March 26, 2014 (edited) En el modelo yo he visto esta sintaxis $_POST['lastname'] = Tools::getValue('customer_lastname'); $_POST['firstname'] = Tools::getValue('customer_firstname'); Me gustaria saber porque hace en la asignacion del codigo superior, y no se para que sirve mandar a llamar este Hook Hook::exec('actionBeforeSubmitAccount'); Hook::exec('actionCustomerAccountAdd', array( '_POST' => $_POST, 'newCustomer' => $customer )); alquien me podria ayuda a enteder el funcionamiento de Hook::exec(); Edited March 28, 2014 by AbrahanRomero (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts