Hello! I have a issue with a product extrafield module. I create a extra field to the product to add, Image title description as foreach. But the Image wont uploaded.
public function hookActionProductUpdate($params)
{
$id_product = (int)$params['id_product']...