Using Hook Override

Hi!

I am trying to override a template using a hook, but I feel that I am missing something in the path of the hook.

I am trying to override the hook {hook name="orders:manage_data"} that is inside the file design\themes\responsive\templates\views\orders\search.tpl

According the documentation to override, this file I should create a file called manage_data.override.tpl under the path design\themes\responsive\templates\addons\my_changes\hooks\search\manage_data.override.tpl. Is the path correct?

I already cleanered my cache, but the information displayed still being from the original file.

The correct path is

design\themes\responsive\templates\addons\my_changes\hooks\orders\manage_data.override.tpl