Page 1 of 1
how can know the admin hooks?
Posted: Mon Feb 09, 2026 8:44 pm
by PiLLaO
Hi,
I'm trying to change image folder on edit, but I can't find the correct hook
I'm using listen_updateProductAction but this save the image will be possible to acces to file upload before save?
Anyone have a list with admin hooks or how can I know it?
Thanks in advance.
Re: how can know the admin hooks?
Posted: Tue Feb 10, 2026 9:50 am
by burt
Re: how can know the admin hooks?
Posted: Wed Feb 11, 2026 9:32 am
by PiLLaO
Hi Burt,
It's not exactly what I was looking for, but it offers a lot of interesting information
There isn't anything similar to `productsTab` for categories, is there? Will the way to add entries to edit categories be through `listen_injectSiteEnd`?
Re: how can know the admin hooks?
Posted: Thu Feb 12, 2026 10:14 am
by burt
Could you maybe take a screen shot to show where/what you need ?
Do you just need extra inputs in the category edit/add infobox ?
Re: how can know the admin hooks?
Posted: Thu Feb 12, 2026 10:17 am
by burt
Don't forget that you have `pre` and `post` process actions as well. See
https://github.com/CE-PhoenixCart/Phoen ... action.php which I think is maybe what you are looking for...preAction
Re: how can know the admin hooks?
Posted: Thu Feb 12, 2026 10:45 am
by burt
Re: how can know the admin hooks?
Posted: Fri Feb 13, 2026 8:00 am
by PiLLaO
Thanks, I'll check both, I forget the post that you refer hehehe