Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

34 строки
2.2 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="InlineTranslationModeCheckoutSection">
  11. <!-- Shipping Step -->
  12. <element name="progressBarActive" type="text" selector=".opc-progress-bar ._active span"/>
  13. <element name="stepTitleShipping" type="text" selector="#shipping div.step-title"/>
  14. <element name="buttonShippingHere" type="button" selector="button.action-select-shipping-item span"/>
  15. <element name="buttonNewAddress" type="button" selector=".new-address-popup button span"/>
  16. <element name="titleShippingMethod" type="text" selector=".checkout-shipping-method .step-title"/>
  17. <element name="buttonNext" type="button" selector="#shipping-method-buttons-container button.primary span"/>
  18. <!-- Step Review & Payments -->
  19. <element name="titlePayment" type="text" selector=".payment-group .step-title"/>
  20. <element name="checkboxSameBillingAddress" type="text" selector=".billing-address-same-as-shipping-block span"/>
  21. <element name="buttonPlaceOrder" type="text" selector=".actions-toolbar button.checkout span"/>
  22. <element name="textApplyDiscountCode" type="text" selector="#block-discount-heading span"/>
  23. <!-- Sidebar "Order Summary" -->
  24. <element name="titleOrderSummary" type="text" selector=".opc-block-summary span.title"/>
  25. <element name="itemsInCartText" type="text" selector=".items-in-cart strong span:nth-of-type(2)"/>
  26. <element name="textCartSubtotal" type="text" selector=".totals.sub th.mark"/>
  27. <element name="textShippingTotal" type="text" selector=".totals.shipping span.label"/>
  28. <element name="textOrderTotal" type="text" selector=".grand.totals th strong"/>
  29. <element name="titleShipTo" type="text" selector=".ship-to>.shipping-information-title>span"/>
  30. <element name="titleShopVia" type="text" selector=".ship-via>.shipping-information-title>span"/>
  31. </section>
  32. </sections>