Jump to content

Which method is called at saving product settings?


Recommended Posts

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

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

×
×
  • Create New...