Magento 2

Magento 2 Easy Template Path Hints

Rating:
0% of 100
Share
Login to earn Reward Points for sharing!
Magento 2 Easy Template Path Hints is used to turn on the template path hints for both frontend & backend on the fly just by using query strings.

Compatibility

Community: 2.0, 2.1, 2.2, 2.3, 2.4
Enterprise: 2.0, 2.1, 2.2, 2.3, 2.4
$0.00
v1.1.0
30 Days Money Back
Free Lifetime updates
100% Open Source

Toggle template path hints for frontend and backend on the fly using a simple query string — no more navigating to System > Configuration > Developer every time you need to debug a template.

The Problem

Enabling template path hints in Magento 2 requires navigating deep into admin configuration, switching store scope, saving, then remembering to turn it off again. It's slow, disruptive, and affects all users on the store view.

The Solution

Append ?tp=1&code=your-access-code to any URL and template path hints appear instantly — only for you. No config changes, no cache flush, no impact on other users. Works on both frontend and backend.

Key Features

Frontend Path Hints Enable template path hints on any frontend page via query string
Backend Path Hints Works on admin pages too — same query string approach
Instant Toggle No config changes or cache flush required — works immediately
Cookie Persistence Save settings in a cookie so you don't re-append the query string on every page
Access Code Protected Requires a secret access code — only authorized developers can activate
Per-User Only Path hints show only for the requesting user — no impact on other visitors

How It Works

Enable Template Path Hints via Query String

Simply append the query string to any Magento URL to activate path hints. Works on both frontend storefront pages and backend admin pages.

Action Query String
Turn ON path hints ?tp=1&code=your-access-code
Turn OFF path hints ?tp=0&code=your-access-code

Examples

# Frontend - enable path hints on homepage
https://your-store.com/?tp=1&code=your-access-code

# Frontend - enable on a specific product page
https://your-store.com/product-name.html?tp=1&code=your-access-code

# Backend - enable on admin dashboard
https://your-store.com/admin/?tp=1&code=your-access-code

Cookie Persistence

Save the path hints setting in a browser cookie so it persists across page navigations. No need to re-append the query string on every page load.

  • Activate once, browse freely with path hints enabled
  • Especially useful when debugging form POST pages and redirects
  • Helps debug transactional email templates that render server-side
  • Clear the cookie or append ?tp=0 to turn off
This is the Magento 2 port of the popular Magento 1 Easy Template Path Hints extension.

Installation

1
Download the extension .zip file and extract the files.
2
Copy the extension files from src/ folder to {magento2-root-dir}/app/code/MagePsycho/Easypathhints
3
Run the following commands from SSH console:
php bin/magento module:enable MagePsycho_Easypathhints --clear-static-content
php bin/magento setup:upgrade
4
Go to Admin > Stores > Configuration > MagePsycho > Easy Template Path Hints to set your access code and configure options.

Live Demo

Live demo coming soon. Contact us for a private demo or trial.

v1.1.0

released on 2017-06-16
  • changed Refactored the code (Logger, Cookie, Config etc.)
  • fixed Fixed template path hints not working for Magento versions 2.1.3+

v1.0.2

released on 2016-04-03
  • fixed Fixed template path hints for admin.
  • changed Refactored code.

v1.0.1

released on 2016-04-03
  • fixed Fixed relative XSD path of xml configurations.
  • added Added modman file.
  • changed Refactored code.

v1.0.0

released on 2015-10-30
  • added Initial Release.

Generic

How can I pay for MagePsycho extensions?

We only support PayPal for now. The other means are under processing.

If I buy an extension, how would I get it?

After you make a purchase, the order will appear in the "My Orders" section of your personal account page.

As soon as the order status becomes completed the purchased extensions can be downloaded from "My Downloads" section.

How can I get the license key(s) for the purchased extension?

The license key(s) are sent along with the invoice email.
In case if you have't received any license key(s), please Contact Us with the order #.

Are your extensions open source or encrypted?

All of our extensions are developed on the open source platform.

Do you provide Magento customization service?

Yes, sure, we can help you with customization. Please, submit the Request Quote form.

Can I get a refund if an extension doesn’t suit me?

Absolutely. MagePsycho provides a 30-day money back guarantee. So feel free to purchase.

After 30 days from the date of purchase, the refund is not applied. You also cannot ask for a refund for the installation service or custom service.

If you are looking for a specific solution for your store, please Contact Us.

Can I request a free trial?

MagePsycho doesn’t provide any trials. But we have a 30 days money back guarantee.
But if you buy an extension and it doesn’t suit you in any way, you can request a refund with no risks on your side.
Moreover, most of our extensions have demos, where you can see how our modules work.

What is the license policy? On how many websites can I use MagePsycho extensions?

Our license allows you to use in a single domain but an unlimited number of sub-domains.
In the case of additional licenses, we do provide a good discount.

Will I get free support and updates?

You will get free lifetime updates for extensions purchased from us.
Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account
You May Also Like