📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

601 Modules
381 Ready
219 Need Help
🏆 Leaderboard
Top 10% by Downloads Stable v1.3.4

AvS_ScopeHint for Magento 2

avstudnitz/scopehint2

This extension displays a hint when a configuration value is overwritten on a lower scope (website or store view).

1,449,286
Downloads
7x above avg
166
GitHub Stars
4x above avg
8mo ago
Last Release
6
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
36 warnings
L0 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.3.4 on Magento 2.4.8-p3
Dec 15, 2025
v1.3.4 on Magento 2.4.8-p2
Aug 13, 2025
v1.3.4 on Magento 2.4.8
Jun 13, 2025
v1.3.3 on Magento 2.4.8
Apr 26, 2025
v1.3.3 on Magento 2.4.7-p4
Mar 20, 2025
v1.3.2 on Magento 2.4.7-p4
Feb 15, 2025

+11 older tests

Share This Module's Status

AvS_ScopeHint for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

AvS_ScopeHint for Magento 2

Displays a hint when a configuration value is overwritten on a lower scope (website or store view).

Facts

Description

Whenever a configuration setting is overwritten by a lower level website or store view, an icon is displayed. On Mouseover, a list of all stores / websites which overwrite the setting is shown with the respective values. See the screenshot to get an impression of what the module does:

Screenshot

The module also optionally displays the configuration code (which is used for ScopeConfigInterface::getValue()) with the configuration fields. This is on by default, and can be enabled/disabled in Stores -> Settings -> Configuration -> Advanced -> Developer -> Debug -> Display path for each option in system configuration

Requirements

  • PHP >= 5.6.0

Compatibility

  • Magento >= 2.1.0 (not tested on 2.0.x)

Installation Instructions

Via Composer:

  1. Call composer require avstudnitz/scopehint2 in your Magento root dir from the command line

Via Download

  1. Copy all the files into the newly created directory app/code/AvS/ScopeHint/ in the Magento 2 root.

In both cases:

  1. Enable the extension by calling bin/magento module:enable AvS_ScopeHint.
  2. Run bin/magento setup:upgrade.

Uninstallation

  1. Uninstall the extension by calling bin/magento module:uninstall AvS_ScopeHint.
  2. Remove all extension files from app/code/AvS/ScopeHint/ or use Composer to remove the extension if you have installed it with Composer

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Andreas von Studnitz

@avstudnitz

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2017-2024 Andreas von Studnitz

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.