Skip to content

Commit 719ed40

Browse files
committed
Fixed shipping & payment section design for create order layout
1 parent eec7473 commit 719ed40

File tree

2 files changed

+11
-8
lines changed
  • app
    • code/Magento/Sales/view/adminhtml/templates/order/create
    • design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module

2 files changed

+11
-8
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/create/data.phtml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,17 @@
4747
</div>
4848
</section>
4949

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 &amp; Shipping Information') ?></span>
5353
</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>
5961
</div>
6062
</section>
6163

app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
}
5656

5757
.order-billing-address,
58+
.order-billing-method,
5859
.order-history,
5960
.order-information,
6061
.order-payment-method,

0 commit comments

Comments
 (0)