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
a01c82ae
Commit
a01c82ae
authored
Mar 30, 2023
by
dhn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算页商品模块修改
parent
8701ecc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+12
-2
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/summary/cart-items.html
+1
-1
No files found.
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
a01c82ae
...
...
@@ -530,8 +530,18 @@ $full_free_ship = $_helper->currency($full_free, true, false);
.checkout-index-index
.block.items-in-cart
.title
{
padding-left
:
1rem
;
}
.checkout-index-index
.block.items-in-cart
.title
strong
{
width
:
100%
;
}
.checkout-index-index
.block.items-in-cart
.title
strong
.estimated-label
{
width
:
50%
;
display
:
inline-block
;
}
.checkout-index-index
.block.items-in-cart
.title
strong
.estimated-price
{
width
:
45%
;
display
:
inline-block
;
text-align
:
right
;
}
/***************payment end******************/
}
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/summary/cart-items.html
View file @
a01c82ae
...
...
@@ -7,7 +7,7 @@
<div
class=
"block items-in-cart"
data-bind=
"mageInit: {'collapsible':{'closeOnOuter':false,'openedState': 'false', 'active': false}}"
>
<div
class=
"title"
data-role=
"title"
>
<strong
role=
"heading"
aria-level=
"1"
>
<span
class=
"estimated-label"
data-bind=
"i18n: '
Estimated Total
'"
></span>
<span
class=
"estimated-label"
data-bind=
"i18n: '
Order Summary
'"
></span>
<span
class=
"estimated-price"
data-bind=
"text: getGrandTotal()"
></span>
</strong>
</div>
...
...
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