system.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="sales">
  11. <group id="msrp" translate="label" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="0">
  12. <label>Minimum Advertised Price</label>
  13. <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
  14. <label>Enable MAP</label>
  15. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  16. <comment>
  17. <![CDATA[<strong style="color:red">Warning!</strong> Enabling MAP by default will hide all product prices on Storefront.]]>
  18. </comment>
  19. </field>
  20. <field id="display_price_type" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
  21. <label>Display Actual Price</label>
  22. <source_model>Magento\Msrp\Model\Product\Attribute\Source\Type</source_model>
  23. </field>
  24. <field id="explanation_message" translate="label" type="textarea" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  25. <label>Default Popup Text Message</label>
  26. </field>
  27. <field id="explanation_message_whats_this" translate="label" type="textarea" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  28. <label>Default "What's This" Text Message</label>
  29. </field>
  30. </group>
  31. </section>
  32. </system>
  33. </config>