Some Hooks Don't Work On Version Mv 3.4.5

I use Multivendor 4.3.5. Newly upgraded from 4.3.3. After upgrading I realesed that "manage_head" and "manage_body" hooks in products.tpl don't work. There is a problem. :(

Anyone who has same issue? Is it a bug?

Looks like they were renamed to manage_header and manage_data for some reason

I am not talking about manage.tpl in ORDERS, I am talking manage.tpl in PRODUCTS. "manage_head" and "manage_body" hooks are stil same and exist in design/backend/templates/views/products/manage.tpl file.

I am not talking about manage.tpl in ORDERS, I am talking manage.tpl in PRODUCTS. "manage_head" and "manage_body" hooks are stil same and exist in design/backend/templates/views/products/manage.tpl file.

My bad! Did you try to clear system cache, not templates one?

Yes I cleared all the cache folder.

Also we advise you to check file permissions in the addon

/public_html/design/backend/templates/views/products/manage.tpl ->0666

/public_html/design/backend/templates/addons/my_addon/hooks/products/manage_body.post.tpl -> 0644

I changed all 0666 files to ->0644 and cleared cache but problem is still same.

Shlould all the file in this folder have 0644 permission?

644 is ok. Unfortunately I do not know solution of this problem. It is required to examine it directly on your server