PHP 7.3 reached end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. You may want to consider planning your upgrade now to Adobe Commerce 2.4.x and PHP 7.4.x to help maintain PCI compliance.
MsrpStaging
Magento_MsrpStaging module
Overview
The Magento_MsrpStaging module is a part of the staging functionality in Magento EE. It enables you to stage the manufacturer’s suggested retail price.
Implementation details
The Magento_MsrpStaging module extends the Magento_Msrp module to be used in staging. It adds the following fields in the Advice Pricing form:
- Manufacturer’s Suggested Retail Price
- Display Actual Price
Dependencies
You can find the list of modules that have dependencies on the Magento_MsrpStaging module in the require
section of the composer.json
file. The file is located in the root directory of the module.
Extension points
The Magento dependency injection mechanism enables you to override the functionality of the Magento_MsrpStaging module.
Additional information
You can track backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release.