wemessage / module-specialprice-magento2
A Magento 2 plugin that shows SpecialPrice if available at product edit page.
Package info
github.com/Naberdz/SpecialPrice_Magento2
Type:magento2-module
pkg:composer/wemessage/module-specialprice-magento2
v1.0
2025-01-27 14:16 UTC
Requires
- php: >=7.3.0
- magento/framework: >=102.0.0
README
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
- Create directory:
mkdir -p app/code/Wemessage/SpecialPrice - Download and copy the files from this repository to the above folder
- Run following commands:
bin/magento mo:en Wemessage_SpecialPrice bin/magento s:up --keep-generated bin/magento c:c
Installation with composer
- 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