Showing posts with label How to enable Template Path and Block Name hints in admin magento. Show all posts
Showing posts with label How to enable Template Path and Block Name hints in admin magento. Show all posts

Friday 31 January 2014

Enable Template/Block Path Hints in Admin Panel magento


Enable Template/Block Path Hints in Admin Panel magento

Run the following query on the Magento database in 'core_config_data' table

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);

 Here is a screenshot of the CMS Page with hints turned on: