How to Enable template path hint in admin/back end side using sql query in Magento

How to Enable template path hint in admin/back end side using sql query in Magento

👉 Hello friends today's i'm share How to Enable template path hint in admin/back end side using sql query in Magento 

insert this dev/debug/template value in core_config_data table in mysql : 

run bellow query in your project databse  : 


👉 INSERT INTO `core_config_data` (`scope`, `scope_id`, `path`, `value`)

       VALUES ('websites', '0', 'dev/debug/template_hints', '1');


after then flush:cache of your project 

Deepak Kumar Bind

Success is peace of mind, which is a direct result of self-satisfaction in knowing you made the effort to become the best of which you are capable.

Post a Comment

If you liked this post please do not forget to leave a comment. Thanks

Previous Post Next Post