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
0558ea4f
Commit
0558ea4f
authored
Nov 07, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复样式
parent
8eba3c3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/minicart/item/default.html
+13
-13
No files found.
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/minicart/item/default.html
View file @
0558ea4f
...
@@ -58,12 +58,6 @@
...
@@ -58,12 +58,6 @@
<!-- /ko -->
<!-- /ko -->
<div
class=
"product-item-pricing"
>
<div
class=
"product-item-pricing"
>
<!-- ko ifnot: canApplyMsrp -->
<!-- ko foreach: $parent.getRegion('priceSidebar') -->
<!-- ko template: {name: getTemplate(), data: item.product_price, as: 'price'} --><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
<div
class=
"details-qty qty"
>
<div
class=
"details-qty qty"
>
<input
data-bind=
"attr: {
<input
data-bind=
"attr: {
id: 'cart-item-'+item_id+'-qty',
id: 'cart-item-'+item_id+'-qty',
...
@@ -73,20 +67,26 @@
...
@@ -73,20 +67,26 @@
}, value: qty"
}, value: qty"
type=
"number"
type=
"number"
size=
"4"
size=
"4"
class=
"item-qty cart-item-qty"
/>
*
class=
"item-qty cart-item-qty"
/>
<div
class=
"details-map"
>
<span
class=
"label"
data-bind=
"i18n: 'Price'"
></span>
<span
class=
"value"
data-bind=
"i18n: 'See price before order confirmation.'"
></span>
</div>
</div>
</div>
<!-- ko if: canApplyMsrp -->
<div
class=
"details-map"
>
<span
class=
"label"
data-bind=
"i18n: 'Price'"
></span>
<span
class=
"value"
data-bind=
"i18n: 'See price before order confirmation.'"
></span>
</div>
<!-- /ko -->
<!-- ko ifnot: canApplyMsrp -->
<!-- ko foreach: $parent.getRegion('priceSidebar') -->
<!-- ko template: {name: getTemplate(), data: item.product_price, as: 'price'} --><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
</div>
</div>
<div
class=
"product actions"
>
<div
class=
"product actions"
>
<div
class=
"secondary"
>
<div
class=
"secondary"
>
<a
href=
"#"
data-bind=
"attr: {'data-cart-item': item_id, title: $t('Remove item')}"
<a
href=
"#"
data-bind=
"attr: {'data-cart-item': item_id, title: $t('Remove item')}"
class=
"action delete"
>
class=
"action delete"
>
<span
data-bind=
"i18n: 'Remove'"
>
X
</span>
<span
data-bind=
"i18n: 'Remove'"
></span>
</a>
</a>
</div>
</div>
</div>
</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