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
aa856261
Commit
aa856261
authored
Apr 12, 2023
by
halweg
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://47.99.244.21:9999/root/joshine
into developer
parents
e683bb5d
7152d1dd
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 @
aa856261
...
@@ -238,6 +238,9 @@ define([
...
@@ -238,6 +238,9 @@ define([
is_mobile
:
function
(){
is_mobile
:
function
(){
return
window
.
matchMedia
(
"(pointer:coarse)"
).
matches
;
return
window
.
matchMedia
(
"(pointer:coarse)"
).
matches
;
},
},
flatrate_price
:
function
(){
return
window
.
checkoutConfig
.
flatrate_price
;
},
full_free_ship
:
function
(){
full_free_ship
:
function
(){
return
window
.
checkoutConfig
.
full_free_ship
;
return
window
.
checkoutConfig
.
full_free_ship
;
},
},
...
...
app/code/Magento/Checkout/view/frontend/web/template/shipping-address/shipping-method-item.html
View file @
aa856261
...
@@ -34,12 +34,17 @@
...
@@ -34,12 +34,17 @@
</span>
</span>
<!-- /ko -->
<!-- /ko -->
<span
class=
"col col-method"
<span
class=
"col col-method
col-style
"
attr=
"'id': 'label_method_' + method.method_code + '_' + method.carrier_code"
attr=
"'id': 'label_method_' + method.method_code + '_' + method.carrier_code"
text=
"method.method_title"
></span>
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"
attr=
"'id': 'label_carrier_' + method.method_code + '_' + method.carrier_code"
text=
"method.carrier_title"
></span>
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>
</div>
<!-- ko if: (method.amount) -->
<!-- ko if: (method.amount) -->
<div
class=
"method-msg"
>
<div
class=
"method-msg"
>
...
@@ -99,12 +104,17 @@
...
@@ -99,12 +104,17 @@
</span>
</span>
<!-- /ko -->
<!-- /ko -->
<span
class=
"col col-method"
<span
class=
"col col-method
col-style
"
attr=
"'id': 'label_method_' + method.method_code + '_' + method.carrier_code"
attr=
"'id': 'label_method_' + method.method_code + '_' + method.carrier_code"
text=
"method.method_title"
></span>
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"
attr=
"'id': 'label_carrier_' + method.method_code + '_' + method.carrier_code"
text=
"method.carrier_title"
></span>
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>
</div>
<!-- ko if: (method.amount) -->
<!-- ko if: (method.amount) -->
<div
class=
"method-msg"
>
<div
class=
"method-msg"
>
...
@@ -123,7 +133,7 @@
...
@@ -123,7 +133,7 @@
10-15 Working Days
</span>
10-15 Working Days
</span>
</span>
</span>
</div>
</div>
<!-- /ko -->
<!-- /ko -->
</div>
</div>
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
aa856261
...
@@ -438,6 +438,12 @@ $full_free_ship = $_helper->currency($full_free, true, false);
...
@@ -438,6 +438,12 @@ $full_free_ship = $_helper->currency($full_free, true, false);
.checkout-cart-index
.opc-estimated-wrapper
.minicart-wrapper
{
.checkout-cart-index
.opc-estimated-wrapper
.minicart-wrapper
{
display
:
none
;
display
:
none
;
}
}
.checkout-index-index
.col-style
{
color
:
#777
;
}
.checkout-index-index
.col-amount
{
margin-left
:
0.5rem
;
}
/****************************************payment end********************************************************/
/****************************************payment end********************************************************/
@media
(
max-width
:
768px
){
@media
(
max-width
:
768px
){
.opc
.step-title
.number
{
.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