25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

35 satır
2.5 KiB

  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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="AdminOrderFormPaymentSection">
  11. <element name="shippingMethod" type="radio" selector="//input[@name='order[shipping_method]']"/>
  12. <element name="header" type="text" selector="#order-methods span.title"/>
  13. <element name="getShippingMethods" type="text" selector="#order-shipping_method a.action-default" timeout="30"/>
  14. <element name="flatRateOption" type="radio" selector="#s_method_flatrate_flatrate" timeout="30"/>
  15. <element name="shippingError" type="text" selector="#order[has_shipping]-error"/>
  16. <element name="freeShippingOption" type="radio" selector="#s_method_freeshipping_freeshipping" timeout="30"/>
  17. <element name="linkPaymentOptions" type="button" selector="#order-billing_method_summary>a" timeout="30"/>
  18. <element name="blockPayment" type="text" selector="#order-billing_method"/>
  19. <element name="checkMoneyOption" type="radio" selector="#p_method_checkmo" timeout="30"/>
  20. <element name="checkBankTransfer" type="radio" selector="#p_method_banktransfer" timeout="30"/>
  21. <element name="checkCashOnDelivery" type="radio" selector="#p_method_cashondelivery" timeout="30"/>
  22. <element name="checkPurchaseOrder" type="radio" selector="#p_method_purchaseorder" timeout="30"/>
  23. <element name="fieldPurchaseOrderNumber" type="input" selector="#po_number"/>
  24. <element name="paymentBlock" type="text" selector="#order-billing_method" />
  25. <element name="paymentError" type="text" selector="#payment[method]-error"/>
  26. <element name="bankTransferOption" type="radio" selector="#p_method_banktransfer" timeout="30"/>
  27. <element name="cashOnDeliveryOption" type="radio" selector="#p_method_cashondelivery" timeout="30"/>
  28. <element name="purchaseOrderOption" type="radio" selector="#p_method_purchaseorder" timeout="30"/>
  29. <element name="purchaseOrderNumber" type="input" selector="#po_number"/>
  30. <element name="freePaymentLabel" type="text" selector="#order-billing_method_form label[for='p_method_free']"/>
  31. <element name="paymentLabelWithRadioButton" type="text" selector="#order-billing_method_form .admin__field-option input[title='{{paymentMethodName}}'] + label" parameterized="true"/>
  32. </section>
  33. </sections>