2017 © Pedro Peláez
 

magento2-module magento2-easy-template-path-hints

Easy Template Path Hints for Magento 2

image

magepsycho/magento2-easy-template-path-hints

Easy Template Path Hints for Magento 2

  • Thursday, December 7, 2017
  • by leek
  • Repository
  • 6 Watchers
  • 26 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 1 Open issues
  • 2 Versions
  • 30 % Grown

The README.md

![Magento 2 Easy Template Path Hints](https://i.imgur.com/d8QEHRb.png) # Magento 2 Easy Template Path Hints
[![Packagist Version](https://img.shields.io/packagist/v/magepsycho/magento2-easy-template-path-hints?logo=packagist&style=for-the-badge)](https://packagist.org/packages/magepsycho/magento2-easy-template-path-hints) [![Packagist Downloads](https://img.shields.io/packagist/dt/magepsycho/magento2-easy-template-path-hints.svg?logo=composer&style=for-the-badge)](https://packagist.org/packages/magepsycho/magento2-easy-template-path-hints/stats) ![Supported Magento Versions](https://img.shields.io/badge/magento-%202.3_|_2.4-brightgreen.svg?logo=magento&longCache=true&style=for-the-badge) ![License](https://img.shields.io/badge/license-MIT-green?color=%23234&style=for-the-badge)

Overview

Magento 2 Easy Template Path Hints is used to enable the template path hints on the fly just by using query strings., (*1)

(This is a ported version of Easy Template Path Hints - Magento 1 for Magento 2), (*2)

Functionality

  • Turn on template path hints on the fly for frontend
  • Turn on template path hints on the fly for backend
  • Option to configure access code
  • Option to save settings in cookie

Installation

1 Using Composer

composer require magepsycho/magento2-easy-template-path-hints

2 Using Modman

modman init
modman clone git@github.com:MagePsycho/magento2-easy-template-path-hints.git

3 Using Zip File

  • Download the Extension Zip File
  • Extract & upload the files to /path/to/magento2/app/code/MagePsycho/Easypathhints/

After installation by either means, activate the extension with following steps, (*3)

  1. Enable the module
php bin/magento module:enable MagePsycho_Easypathhints --clear-static-content
php bin/magento setup:upgrade
  1. Flush the store cache
php bin/magento cache:flush
  1. Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
  1. Go to Admin > STORES > Configuration > MAGEPSYCHO > Easy Template Path Hints > Manage Settings

Usage

  1. Enable template path hints without access code:, (*4)

    • http://magento-store-url.com/any-page?tp=1
  2. Enable template path hints with access code:, (*5)

    • http://magento-store-url.com/any-page?tp=1&code=access-code
  3. Enable template path hints with cookie, (*6)

    • http://magento-store-url.com/any-page?tp=1&code=your-access-code&cookie=1

Screenshot

Backend Settings, (*7)

Frontend Demo, (*8)

Changelog

Version 1.1.3 (2022-02-14) * Bumped the version for the sake of packagist release, (*9)

Version 1.1.2 (2018-05-10) * Fixed wrong module path if installed via composer, (*10)

Version 1.1.1 (2018-05-10) * Fixed template block class hints not showing, (*11)

Version 1.1.0 (2017-06-16) * Refactored the code (Logger, Cookie, Config etc.) * Fixed template path hints not working for Magento versions 2.1.3+, (*12)

Version 1.0.2 (2016-04-03) * Fixed template path hints for admin. * Refactored code., (*13)

Version 1.0.1 (2016-04-03) * Fixed relative XSD path of xml configurations. * Added modman file. * Refactored code., (*14)

Version 1.0.0 (2015-10-30) * Initial Release, (*15)

Authors

  • Raj KB Twitter Follow

Contributors

Contributors, (*16)

To Contribute

Any contribution to the development of Magento 2 Easy Template Path Hints is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub., (*17)

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub., (*18)

Please visit our store for more FREE / paid extensions OR contact us for customization / development services., (*19)

The Versions

07/12 2017

dev-master

9999999-dev

Easy Template Path Hints for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0|~7.1.0

 

17/06 2017

1.1.0

1.1.0.0

Easy Template Path Hints for Magento 2

  Sources   Download

OSL-3.0

The Requires

  • magento/framework 100.*