Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

18 righe
747 B

  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="AdminCreditMemoViewItemsSection">
  11. <element name="blockItemsRefunded" type="block" selector="#creditmemo_items_container"/>
  12. <element name="productName" type="text" selector="td.col-product > div.product-title"/>
  13. <element name="productPrice" type="text" selector=".col-price > .price-excl-tax > .price"/>
  14. <element name="productQty" type="text" selector="td.col-qty"/>
  15. </section>
  16. </sections>