Results 1 to 4 of 4

Thread: Hook catalogFrontendUpdate for backend

  1. #1
    New user
    Join Date
    07-27-11.
    Posts
    6

    Default 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 !

  2. #2
    New user
    Join Date
    07-27-11.
    Posts
    6

    Default 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 ops:

    Maybe I'm not clear enough ? Need more details ?

    Anyone ?

  3. #3
    New user
    Join Date
    07-01-09.
    Posts
    19

    Default 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']...)

  4. #4
    New user
    Join Date
    07-27-11.
    Posts
    6

    Default 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 !

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •