You need to build a custom module to add a notice to the Advanced Inventory section on the product form. The notice text can be specified in the system configuration. How do you implement this?
Select an option, then click Submit answer.
-
○
You add a plugin on the form \Magento\Cataiog\Ui\DataProvid«r\Product\Form\ProductDataProvider to add a field in the Advanced Inventory section
-
○
YOU add a plugin on Magento\CatalogInventory\Ui\DataProvider\Product\Form\Modifier\AdvancedInventory to modify the Section metadata
-
○
You inject a custom block into the reference container in the catalog_product_index layout
-
○
You add a field to product_form. xml as a child of the stock_data fieldset