Jump to content

[SOLVED] Add new products controller


Recommended Posts

Hello, please where can i find the function that adds a new product to the database? and where is it called. I what to write a function that post data to my custom database table and this function is called immediately a new product is created in the BO.

 

Thanks 

Link to comment
Share on other sites

Hello, please where can i find the function that adds a new product to the database? and where is it called. I what to write a function that post data to my custom database table and this function is called immediately a new product is created in the BO.

 

Thanks 

 

you're looking for (i hope so) for AdminProductsController located in controllers/admin/ directory.

this controllers handle "product creation" process (and edit too)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...