Hook catalogFrontendUpdate for backend
Hi,
The title speaks for itself, I'm trying to execute a function after an update of a catalog item but I had no luck getting this to work.
I've thought of using a save_callback but don't even know if it's possible to reach my custom field through the DCA.
Any idea ?
Thanks in advance !
Re: Hook catalogFrontendUpdate for backend
Up... I still don't have any answer to my issue and it's starting to be very problematic for me :oops:
Maybe I'm not clear enough ? Need more details ?
Anyone ?
Re: Hook catalogFrontendUpdate for backend
Just use the DCA save_callback like anywhere else.
The tablename to use in the TL_DCA is the catalog table name. (like: §GLOBALS['TL_DCA']['cat_products']...)
Re: Hook catalogFrontendUpdate for backend
Hi,
Thanks for your answer ! I'll give it a try... Hmm, is it possible for you to give me the complete syntaxe for that ? I don't really know the structure of the array which contain the fields of my table.
Thanks !