Tepster Posted May 22, 2014 Share Posted May 22, 2014 Hello, please, which method (I think it is something from AdminProductsController.php) is called when I submit a form with product settings? I would like to add some inputs to "Prices" tab, but I need to know, where the data from this form is processed. Thank you Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2014 Share Posted May 22, 2014 this controller is based on ObjectModel it means that everything is based on Product class located in product.php file located in /classes/ directory and based on ObjectModel located in the same directory. Link to comment Share on other sites More sharing options...
Tepster Posted May 22, 2014 Author Share Posted May 22, 2014 Thank you. But for updating something in DB I need data from the inputs - where in code can I use this data? I didn't find something like $_POST['price']. Link to comment Share on other sites More sharing options...
Recommended Posts