Commit f990d46d by dhn

bug修改

parent a28db4a0
......@@ -10,6 +10,24 @@
<title>Success Page</title>
</head>
<body>
<referenceContainer name="page.bottom.container" remove="true"/>
<referenceContainer name="footer-container" remove="true"/>
<referenceBlock name="catalog.topnav" remove="true" />
<referenceBlock name="top.search" remove="true" />
<referenceContainer name="header.container">
<block class="Magento\Cms\Block\Block" name="cart.payment.top">
<arguments>
<argument name="block_id" xsi:type="string">cart_payment_top</argument>
</arguments>
</block>
</referenceContainer>
<referenceContainer name="columns.top">
<block class="Magento\Cms\Block\Block" name="progress.bar" before="-">
<arguments>
<argument name="block_id" xsi:type="string">progress_bar</argument>
</arguments>
</block>
</referenceContainer>
<referenceBlock name="page.main.title">
<block class="Magento\Checkout\Block\Onepage\Success" name="checkout.success.print.button" template="Magento_Checkout::button.phtml"/>
<action method="setPageTitle">
......@@ -21,6 +39,7 @@
<container name="order.success.additional.info" label="Order Success Additional Info"/>
</block>
<block class="Magento\Checkout\Block\Registration" name="checkout.registration" template="Magento_Checkout::registration.phtml" cacheable="false"/>
<block class="Magento\Framework\View\Element\Template" name="checkout.cart.footer" template="Magento_Checkout::footer.phtml" />
</referenceContainer>
</body>
</page>
......@@ -61,7 +61,16 @@
</item>
</item>
</item>
<item name="totals" xsi:type="array">
<item name="children" xsi:type="array">
<item name="discount" xsi:type="array">
<item name="component" xsi:type="string">Magento_SalesRule/js/view/summary/discount</item>
<item name="config" xsi:type="array">
<item name="title" xsi:type="string" translate="true">Discount</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
......
......@@ -57,7 +57,7 @@
</div>
</div>
</div>
<div class="footer-mini-copyright-content">Copyright <a href="https://www.joshine.com">JOSHINE</a> All Rights Reserved.</div>
<div class="footer-mini-copyright-content">Copyright © <a href="https://www.joshine.com">JOSHINE</a> All Rights Reserved.</div>
</footer>
<script>
// <![CDATA[
......
......@@ -61,7 +61,10 @@ if ($lid) {
font-weight: 400;
}
}
.page-footer{
background-color: #ffffff;
margin-top:20px;
}
</style>
<script>
......
......@@ -776,10 +776,13 @@ p.shopbycate-title {
color:#cacaca!important;
}
@media (min-width: 768px) {
.checkout-cart-index .cart-container {
min-height: 600px;
}
.checkout-cart-index .cart-container .cart.actions {
border-top:none;
}
.checkout-cart-index #maincontent{
.checkout-cart-index #maincontent,.checkout-onepage-success #maincontent{
background-color: #f4f4f4;
border-top:1px solid #ddd;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment