Hook needed

We are developing a new file import extension that will enabled field mapping and custom field creation on the fly.

We do not want to touch the core files but we do not see any hook to display the new option here:

1746793509825.pngCould a hook be added for before and after the blocks?

We currently just hard coded it into the theme but really just want to be able to add i with and extension.

1746793799101.png
 
Hello,
We will see how that can be done. At this moment there is a hook in the web/apps/customer/views/list_import/list.php:381. If you read the comment, maybe you can figure something out from there. From the top of my head, your best option would be to intercept the form submitting with js and display your mapping part using the hook I mentioned.
I am not quite sure if there is needed another hook, we will discuss it.

Cosmin
 
Back
Top