-1

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 ?

chris
  • 4,840
  • 5
  • 35
  • 66
neo m
  • 222
  • 1
  • 4
  • 13
  • 1
    Please 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 Answers1

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