wemessage / module-specialprice-magento2
A Magento 2 plugin that shows SpecialPrice if available at product edit page.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
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