18

I am trying to turn on template path hint in magento 1.9.0.0 but it's not working.

But in magento 1.8.0.0 it's fully working. How can I turn it on in magento 1.9? enter image description here

Vinh VO
  • 705
  • 1
  • 7
  • 28
Chirag Savsani
  • 6,020
  • 4
  • 38
  • 74

3 Answers3

39

I see that you have selected store view, Main Website. Please select website view e.g. English and enable template path.

Krishna Sunuwar
  • 2,915
  • 16
  • 24
  • 2
    You have it the other way around, he has selected a Website, instead of a Store View. The overall story is correct, it's probably overridden on a lower (store view) level. – Daniel Sloof Jun 17 '14 at 23:58
  • 1
    Problem solved. I select english store view. But in magento 1.8.0.0 I am always select main website then also template path hint is displayed. bt in magento 1.9.0.0 it will not displayed with the selecting main website. – Chirag Savsani Jun 18 '14 at 00:11
  • 1
    where the heck are those things you're talking about? – ahnbizcad Jul 31 '15 at 00:52
6

I haven't installed any language (default was English). For me it works (for version 1.9.2) when I choose "Current Configuration Scope:" -> "Default Store View". Check a screenshot below: Magento configuration scope

Andriy Leshchuk
  • 466
  • 3
  • 8
3

To enable template path hints follow the following steps:

  1. Go to Magento admin panel->systems->configuration
  2. Choose your store view on top left corner in Current Configuration Scope ex:english
  3. Go to Advanced tab. Under that click on Developer->Debug. If you want both block and view template path hints, click yes on Template path hints (phtml files) and Add Block Names to Hints.
  4. Refresh your frontend
  5. List item
erikvimz
  • 5,256
  • 6
  • 44
  • 60
suruthi
  • 31
  • 1
  • Thanks for answer, but this is one year old question. And I also changed my language. Now I am android Developer not Magento. :) – Chirag Savsani May 25 '16 at 11:04