File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed
view/adminhtml/templates/order/create
design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module
dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminOrderFormPaymentSection" >
12
- <element name =" header" type =" text" selector =" #shipping -methods span.title" />
12
+ <element name =" header" type =" text" selector =" #order -methods span.title" />
13
13
<element name =" getShippingMethods" type =" text" selector =" #order-shipping_method a.action-default" timeout =" 30" />
14
14
<element name =" flatRateOption" type =" radio" selector =" #s_method_flatrate_flatrate" timeout =" 30" />
15
15
<element name =" shippingError" type =" text" selector =" #order[has_shipping]-error" />
Original file line number Diff line number Diff line change 47
47
</div>
48
48
</section>
49
49
50
- <section id="shipping -methods" class="admin__page-section order-methods">
51
- <div id="order-shipping_method" class="admin__page-section-item order-shipping-method ">
52
- <?= $ block -> getChildHtml ( ' shipping_method ' ) ?>
50
+ <section id="order -methods" class="admin__page-section order-methods">
51
+ <div class="admin__page-section-title ">
52
+ <span class="title"> < ?= /* @escapeNotVerified */ __ ( ' Payment & Shipping Information ' ) ?> </span >
53
53
</div>
54
- </section>
55
-
56
- <section id="payment-methods" class="admin__page-section payment-methods">
57
- <div id="order-billing_method" class="admin__page-section-item order-billing-method">
58
- <?= $ block ->getChildHtml ('billing_method ' ) ?>
54
+ <div class="admin__page-section-content">
55
+ <div id="order-billing_method" class="admin__page-section-item order-billing-method">
56
+ <?= $ block ->getChildHtml ('billing_method ' ) ?>
57
+ </div>
58
+ <div id="order-shipping_method" class="admin__page-section-item order-shipping-method">
59
+ <?= $ block ->getChildHtml ('shipping_method ' ) ?>
60
+ </div>
59
61
</div>
60
62
</section>
61
63
Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
.order-billing-address ,
58
+ .order-billing-method ,
58
59
.order-history ,
59
60
.order-information ,
60
61
.order-payment-method ,
64
65
}
65
66
66
67
.order-shipping-address ,
68
+ .order-shipping-method ,
67
69
.order-totals ,
68
70
.order-view-account-information .order-account-information {
69
71
float : right ;
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class Create extends Block
105
105
*
106
106
* @var string
107
107
*/
108
- protected $ orderMethodsSelector = '#shipping -methods ' ;
108
+ protected $ orderMethodsSelector = '#order -methods ' ;
109
109
110
110
/**
111
111
* Page header.
You can’t perform that action at this time.
0 commit comments