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
7b33a047
Commit
7b33a047
authored
Oct 19, 2022
by
王东红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d8b45c36
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
28 deletions
+9
-28
app/code/Magento/Checkout/view/frontend/web/template/minicart/content.html
+5
-22
app/code/Magento/Reports/i18n/en_US.csv
+1
-1
app/design/frontend/Joshine/breeze/web/css/_custom.less
+3
-5
No files found.
app/code/Magento/Checkout/view/frontend/web/template/minicart/content.html
View file @
7b33a047
...
@@ -5,30 +5,10 @@
...
@@ -5,30 +5,10 @@
*/
*/
-->
-->
<div
class=
"block-title"
>
<div
class=
"block-title"
>
<strong>
<span
class=
"text"
translate=
"'My Cart'"
></span>
<span
class=
"qty empty"
text=
"getCartParam('summary_count')"
data-bind=
"css: { empty: !!getCartParam('summary_count') == false },
attr: { title: $t('Items in Cart') }"
>
</span>
</strong>
</div>
</div>
<div
class=
"block-content"
>
<div
class=
"block-content"
>
<button
type=
"button"
id=
"btn-minicart-close"
class=
"action close"
data-action=
"close"
data-bind=
"
attr: {
title: $t('Close')
},
click: closeMinicart()
"
>
<span
translate=
"'Close'"
></span>
</button>
<if
args=
"getCartParam('summary_count')"
>
<if
args=
"getCartParam('summary_count')"
>
<strong
class=
"subtitle"
translate=
"'Recently added item(s)'"
></strong>
<strong
class=
"subtitle"
translate=
"'Recently added item(s)'"
></strong>
...
@@ -72,7 +52,7 @@
...
@@ -72,7 +52,7 @@
<each
args=
"getRegion('subtotalContainer')"
render=
""
></each>
<each
args=
"getRegion('subtotalContainer')"
render=
""
></each>
</div>
</div>
<each
args=
"getRegion('extraInfo')"
render=
""
></each>
<div
class=
"actions"
if=
"getCartParam('possible_onepage_checkout')"
>
<div
class=
"actions"
if=
"getCartParam('possible_onepage_checkout')"
>
<div
class=
"primary"
>
<div
class=
"primary"
>
...
@@ -92,6 +72,7 @@
...
@@ -92,6 +72,7 @@
<div
data-bind=
"html: getCartParamUnsanitizedHtml('extra_actions')"
></div>
<div
data-bind=
"html: getCartParamUnsanitizedHtml('extra_actions')"
></div>
</div>
</div>
</div>
</div>
</if>
</if>
<div
class=
"actions"
if=
"getCartParam('summary_count')"
>
<div
class=
"actions"
if=
"getCartParam('summary_count')"
>
...
@@ -102,6 +83,8 @@
...
@@ -102,6 +83,8 @@
</div>
</div>
</div>
</div>
<each
args=
"getRegion('extraInfo')"
render=
""
></each>
<div
id=
"minicart-widgets"
class=
"minicart-widgets"
if=
"regionHasElements('promotion')"
>
<div
id=
"minicart-widgets"
class=
"minicart-widgets"
if=
"regionHasElements('promotion')"
>
<each
args=
"getRegion('promotion')"
render=
""
></each>
<each
args=
"getRegion('promotion')"
render=
""
></each>
</div>
</div>
...
...
app/code/Magento/Reports/i18n/en_US.csv
View file @
7b33a047
...
@@ -94,7 +94,7 @@ Customers,Customers
...
@@ -94,7 +94,7 @@ Customers,Customers
ID,ID
ID,ID
"First Name","First Name"
"First Name","First Name"
"Last Name","Last Name"
"Last Name","Last Name"
"Items in Cart","Items
in Cart
"
"Items in Cart","Items"
"Products in carts","Products in carts"
"Products in carts","Products in carts"
Carts,Carts
Carts,Carts
Name,Name
Name,Name
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
7b33a047
...
@@ -1644,7 +1644,7 @@ footer{
...
@@ -1644,7 +1644,7 @@ footer{
#minicart-content-wrapper .product-item-pricing .details-qty.qty{margin-right: 4px;gap: 0.175rem !important;color: #333333;}
#minicart-content-wrapper .product-item-pricing .details-qty.qty{margin-right: 4px;gap: 0.175rem !important;color: #333333;}
#minicart-content-wrapper .minicart-items .actions{bottom: 1.5rem !important;}
#minicart-content-wrapper .minicart-items .actions{bottom: 1.5rem !important;}
#minicart-content-wrapper .item-total-subtotal{display: flex;align-items: center;justify-content: space-between;}
#minicart-content-wrapper .item-total-subtotal{display: flex;align-items: center;justify-content: space-between;}
.block-minicart .items-total{display: block !important;font-size: 1
3
px;color: #666666;}
.block-minicart .items-total{display: block !important;font-size: 1
5
px;color: #666666;}
#minicart-content-wrapper .action.primary.checkout{display: none !important;}
#minicart-content-wrapper .action.primary.checkout{display: none !important;}
#minicart-content-wrapper .actio.delete{color: #999999 !important;}
#minicart-content-wrapper .actio.delete{color: #999999 !important;}
#minicart-content-wrapper .actions .secondary a.action.viewcart{
#minicart-content-wrapper .actions .secondary a.action.viewcart{
...
@@ -1844,14 +1844,12 @@ button.action.submit.primary {
...
@@ -1844,14 +1844,12 @@ button.action.submit.primary {
justify-content: right;
justify-content: right;
}
}
.block-minicart .subtotal .label{
.block-minicart .subtotal .label{
font-size: 13px;
font-size: 15px;
font-weight: 700;
color: #333333;
color: #333333;
}
}
.block-minicart .subtotal .price-wrapper{
.block-minicart .subtotal .price-wrapper{
font-size: 1
6
px;
font-size: 1
8
px;
font-weight: 700;
font-weight: 700;
color: #e63500;
margin-left: 2px;
margin-left: 2px;
}
}
.block-minicart .action.primary.checkout{
.block-minicart .action.primary.checkout{
...
...
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