Wednesday, July 27, 2011

See template path hint in Magento Admin Panel

Wondering and tired to find templates for working in magento admin ?
Here is a simple solution. Just log into your database and run the 
below query and you are done.
  
 
INSERT INTO core_config_data (scope, scope_id, path, value)
VALUES ('default', 0, 'dev/debug/template_hints', 1),
('default', 0, 'dev/debug/template_hints_blocks', 1);
 
------------------E--N--j--o--y-------------------------------