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.
GiftWrappingStaging
Magento_GiftWrappingStaging module
Overview
The Magento_GiftWrappingStaging module is a part of the staging functionality in Magento EE. It allows to stage value of ‘Allow Gift Wrapping’ flag and price of the wrapping for each product update.
Implementation details
The Magento_GiftWrappingStaging module adds to the Schedule Update form of a product the following functionality:
- Enable/disable gift wrapping (“Allow Gift Wrapping” field)
- Set a price for the gift wrapping (“Price for Gift Wrapping” field).
Dependencies
You can find the list of modules that have dependencies on the Magento_GiftWrappingStaging 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_GiftWrappingStaging module.
Additional information
You can track backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release.