AdminSalesConfigSection.xml 1011 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  9. <section name="AdminSalesConfigSection">
  10. <element name="enableMAPUseSystemValue" type="checkbox" selector="#sales_msrp_enabled_inherit"/>
  11. <element name="enableMAPSelect" type="select" selector="#sales_msrp_enabled"/>
  12. <element name="giftOptions" type="select" selector="#sales_gift_options-head"/>
  13. <element name="allowGiftReceipt" type="select" selector="#sales_gift_options_allow_gift_receipt"/>
  14. <element name="allowPrintedCard" type="select" selector="#sales_gift_options_allow_printed_card"/>
  15. <element name="go" type="select" selector="//a[@id='sales_gift_options-head']/ancestor::div[@class='entry-edit-head admin__collapsible-block']"/>
  16. </section>
  17. </sections>