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
51acaf31
Commit
51acaf31
authored
Apr 10, 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
ccd3cb02
cc6a87d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
app/code/Magento/Checkout/view/frontend/web/js/view/part.js
+4
-0
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+4
-0
lib/web/jquery/jquery.validates.js
+1
-1
No files found.
app/code/Magento/Checkout/view/frontend/web/js/view/part.js
View file @
51acaf31
...
...
@@ -20,6 +20,10 @@ define([
},
initStep
:
function
()
{
$
(
document
).
on
(
'click'
,
'#next-shipping>span'
,
function
()
{
$
(
'#next-shipping>span'
).
addClass
(
'pleaseWait'
);
setTimeout
(
function
(){
$
(
'#next-shipping>span'
).
removeClass
(
"pleaseWait"
);
},
600
);
var
loginForm
=
$
(
'.form.form-login'
);
var
addressForm
=
$
(
'#checkout-step-shipping>#co-shipping-form'
);
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
51acaf31
...
...
@@ -962,6 +962,10 @@ $full_free_ship = $_helper->currency($full_free, true, false);
#shipping
.fouse-label
{
top
:
5px
!important
;
}
.pleaseWait
{
transition
:
all
.3s
ease
;
box-shadow
:
0
0
50px
rgba
(
0
,
0
,
0
,
0.8
);
}
/********************************************address from end****************************************************/
</style>
...
...
lib/web/jquery/jquery.validates.js
View file @
51acaf31
...
...
@@ -226,7 +226,7 @@
rules
:
{},
errorClass
:
"error"
,
validClass
:
"valid"
,
errorElement
:
"
label
"
,
errorElement
:
""
,
focusInvalid
:
true
,
errorContainer
:
$
([]),
errorLabelContainer
:
$
([]),
...
...
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