Search code examples
productprestashop-1.6owner

Get employee who created product


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 ?


Solution

  • 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.