Hi,

Having used NOTIFY_ADMIN_CATEGORIES_EXTRA_INPUTS to add an additional input to the category administration page, it is then possible to use NOTIFY_BEGIN_ADMIN_CATEGORIES to update an existing category with the value from the new field (action = update_category).

However, I don't see an obvious way to populate the field when adding a new category (action = insert_category), as NOTIFY_BEGIN_ADMIN_CATEGORIES occurs before insertion of the category, so the categories_id of the new category is not known.

Am I missing something silly!?