Get employee who created product

258 views Asked by At

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 ?

1

There are 1 answers

0
Julien Bourdeau On BEST ANSWER

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.