Thank you for sharing this module. Thank you for your contribution to this community.
********
Gracias por compartir este módulo. Gracias por tu contribución a esta comunidad.
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']...