How can I get the product ID in PrestaShop hook Created November 4, 2015 Author Presta101 Category Developer Tips The product id is not found in the $params variable. Instead you can use: Tools::getValue('id_product') Was this article helpful? Yes No