File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
code/Magento/Sales/view/adminhtml/templates/order/create
design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module Expand file tree Collapse file tree 2 files changed +11
-8
lines changed 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 ,
You can’t perform that action at this time.
0 commit comments