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
c058e41e
Commit
c058e41e
authored
Apr 12, 2023
by
dhn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算页运输信息样式修改
parent
0a064a16
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
5 deletions
+24
-5
app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js
+3
-0
app/code/Magento/Checkout/view/frontend/web/template/shipping-address/shipping-method-item.html
+15
-5
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+6
-0
No files found.
app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js
View file @
c058e41e
...
...
@@ -238,6 +238,9 @@ define([
is_mobile
:
function
(){
return
window
.
matchMedia
(
"(pointer:coarse)"
).
matches
;
},
flatrate_price
:
function
(){
return
window
.
checkoutConfig
.
flatrate_price
;
},
full_free_ship
:
function
(){
return
window
.
checkoutConfig
.
full_free_ship
;
},
...
...
app/code/Magento/Checkout/view/frontend/web/template/shipping-address/shipping-method-item.html
View file @
c058e41e
...
...
@@ -34,12 +34,17 @@
</span>
<!-- /ko -->
<span
class=
"col col-method"
<span
class=
"col col-method
col-style
"
attr=
"'id': 'label_method_' + method.method_code + '_' + method.carrier_code"
text=
"method.method_title"
></span>
<span
class=
"col col-carrier"
<span
class=
"col col-carrier
col-style
"
attr=
"'id': 'label_carrier_' + method.method_code + '_' + method.carrier_code"
text=
"method.carrier_title"
></span>
<!-- ko if: (method.amount) -->
<span
class=
"col col-amount"
attr=
"'id': 'label_carrier_fee_' + method.method_code + '_' + method.carrier_code"
text=
"$parent.flatrate_price()"
></span>
<!-- /ko -->
</div>
<!-- ko if: (method.amount) -->
<div
class=
"method-msg"
>
...
...
@@ -99,12 +104,17 @@
</span>
<!-- /ko -->
<span
class=
"col col-method"
<span
class=
"col col-method
col-style
"
attr=
"'id': 'label_method_' + method.method_code + '_' + method.carrier_code"
text=
"method.method_title"
></span>
<span
class=
"col col-carrier"
<span
class=
"col col-carrier
col-style
"
attr=
"'id': 'label_carrier_' + method.method_code + '_' + method.carrier_code"
text=
"method.carrier_title"
></span>
<!-- ko if: (method.amount) -->
<span
class=
"col col-amount"
attr=
"'id': 'label_carrier_fee_' + method.method_code + '_' + method.carrier_code"
text=
"$parent.flatrate_price()"
></span>
<!-- /ko -->
</div>
<!-- ko if: (method.amount) -->
<div
class=
"method-msg"
>
...
...
@@ -123,7 +133,7 @@
10-15 Working Days
</span>
</span>
</span>
</div>
<!-- /ko -->
</div>
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
c058e41e
...
...
@@ -438,6 +438,12 @@ $full_free_ship = $_helper->currency($full_free, true, false);
.checkout-cart-index
.opc-estimated-wrapper
.minicart-wrapper
{
display
:
none
;
}
.checkout-index-index
.col-style
{
color
:
#777
;
}
.checkout-index-index
.col-amount
{
margin-left
:
0.5rem
;
}
/****************************************payment end********************************************************/
@media
(
max-width
:
768px
){
.opc
.step-title
.number
{
...
...
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