The Home for Magento 2 Excellence

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

1064 Modules
570 Ready
490 Need Help
🏆 Leaderboard
Stale vv1.0

Special Price Visibility for Magento 2

wemessage/module-specialprice-magento2

Shows a product's special price directly on the admin product edit page, so staff can see it without opening the Advanced Pricing panel.

1
Downloads
Below average
0
GitHub Stars
1y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
7 warnings
L1 PHPStan

Tested on Magento 2.4.9

Recent Test History

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

vv1.0 on Magento 2.4.9
Jun 2, 2026

Share This Module's Status

Special Price Visibility for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Special Price Visibility for Magento2

A Magento 2 plugin that shows SpecialPrice if available at product edit page.

The main reason for this module is to notify customer if product has Special Price without the need to click on Advanced Pricing button.

Installation From github

  1. Create directory: mkdir -p app/code/Wemessage/SpecialPrice
  2. Download and copy the files from this repository to the above folder
  3. Run following commands:
    bin/magento mo:en Wemessage_SpecialPrice
    bin/magento s:up --keep-generated
    bin/magento c:c
    

Installation with composer

  1. Run following commands:
composer require wemessage/module-specialprice-magento2
bin/magento mo:en Wemessage_SpecialPrice
bin/magento s:up --keep-generated
bin/magento c:c

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.