Please,I'm using prestashop 1.6 and want to create on module. my question is: is it possible to get the owner (employee who created) a product ?
Asked
Active
Viewed 225 times
-1
-
1Please read http://stackoverflow.com/help/mcve before asking questions, your current question lacks a lot of quality. – roberrrt-s Dec 21 '16 at 09:19
1 Answers
4
PrestaShop doesn't save the employee who create a product. Product don't have owner.
Although your module can use the hook actionAddProductAfter
for instance and save the employee id inside a new table. This is fairly easy to do and you'll get what you need.

Julien Bourdeau
- 1,193
- 11
- 17