0

I've tried to follow the steps listed here. I selected yes for all stores, but it's still not working. Hints do not show up at front end.

Any clue?

George
  • 6,006
  • 6
  • 48
  • 68

1 Answers1

0

You can also enable the template path hints from the db. Below is the sql query

UPDATE `core_config_data` SET `value` = 1 WHERE `path` LIKE '%hints%';
Manashvi Birla
  • 2,837
  • 3
  • 14
  • 28
  • Thank to this :http://magento.stackexchange.com/questions/3615/template-path-not-showing. i made empty this field (developer client restrictions)... – Muhammad Maulana May 21 '15 at 07:56