Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
f990d46d
Commit
f990d46d
authored
Mar 03, 2023
by
dhn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
a28db4a0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
4 deletions
+38
-4
app/code/Magento/Checkout/view/frontend/layout/checkout_onepage_success.xml
+19
-0
app/code/Magento/SalesRule/view/frontend/layout/checkout_index_index.xml
+10
-1
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/footer.phtml
+1
-1
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/success.phtml
+4
-1
app/design/frontend/Joshine/breeze/web/css/_custom.less
+4
-1
No files found.
app/code/Magento/Checkout/view/frontend/layout/checkout_onepage_success.xml
View file @
f990d46d
...
...
@@ -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>
app/code/Magento/SalesRule/view/frontend/layout/checkout_index_index.xml
View file @
f990d46d
...
...
@@ -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>
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/footer.phtml
View file @
f990d46d
...
...
@@ -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[
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/success.phtml
View file @
f990d46d
...
...
@@ -61,7 +61,10 @@ if ($lid) {
font-weight
:
400
;
}
}
.page-footer
{
background-color
:
#ffffff
;
margin-top
:
20px
;
}
</style>
<script>
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
f990d46d
...
...
@@ -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;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment