Skip to content

Commit

Permalink
Fixed shipping & payment section design for create order layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-7037 committed Apr 4, 2019
1 parent eec7473 commit 719ed40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,17 @@
</div>
</section>

<section id="shipping-methods" class="admin__page-section order-methods">
<div id="order-shipping_method" class="admin__page-section-item order-shipping-method">
<?= $block->getChildHtml('shipping_method') ?>
<section id="order-methods" class="admin__page-section order-methods">
<div class="admin__page-section-title">
<span class="title"><?= /* @escapeNotVerified */ __('Payment &amp; Shipping Information') ?></span>
</div>
</section>

<section id="payment-methods" class="admin__page-section payment-methods">
<div id="order-billing_method" class="admin__page-section-item order-billing-method">
<?= $block->getChildHtml('billing_method') ?>
<div class="admin__page-section-content">
<div id="order-billing_method" class="admin__page-section-item order-billing-method">
<?= $block->getChildHtml('billing_method') ?>
</div>
<div id="order-shipping_method" class="admin__page-section-item order-shipping-method">
<?= $block->getChildHtml('shipping_method') ?>
</div>
</div>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}

.order-billing-address,
.order-billing-method,
.order-history,
.order-information,
.order-payment-method,
Expand Down

0 comments on commit 719ed40

Please sign in to comment.