Prat
Prat

Reputation: 519

How & through which file new product is get saved in Magento Database?

When new product is created in Magento, then how exactly that get saved in Magento database?

Which file & function it is needed to save product in Database?

How can we get newly created product's Category Id & Product Id from that Magento file or from Code of Magento?

plz guide me.

Upvotes: 0

Views: 389

Answers (1)

B00MER
B00MER

Reputation: 5491

Use an observer to monitor when a product is saved.

Further reading:

Upvotes: 1

Related Questions