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
3f00e66f
Commit
3f00e66f
authored
May 18, 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
5be310bd
e5dd9e31
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/code/Magento/Checkout/view/frontend/web/js/view/part.js
+0
-3
app/code/Sparsh/QuickView/view/frontend/layout/quickview_catalog_product_view.xml
+2
-0
app/design/frontend/Joshine/breeze/web/css/_custom.less
+6
-0
No files found.
app/code/Magento/Checkout/view/frontend/web/js/view/part.js
View file @
3f00e66f
...
@@ -29,9 +29,6 @@ define([
...
@@ -29,9 +29,6 @@ define([
},
},
initStep
:
function
(
obj
)
{
initStep
:
function
(
obj
)
{
$
(
document
).
on
(
'click'
,
'.continue-shipping'
,
function
(){
$
(
document
).
on
(
'click'
,
'.continue-shipping'
,
function
(){
console
.
log
(
'addressOneVisible'
,
addressOneVisible
());
if
(
shippingTwoVisible
()
||
paymentThreeVisible
())
if
(
shippingTwoVisible
()
||
paymentThreeVisible
())
{
{
obj
.
backToInformation
();
obj
.
backToInformation
();
...
...
app/code/Sparsh/QuickView/view/frontend/layout/quickview_catalog_product_view.xml
View file @
3f00e66f
...
@@ -13,5 +13,6 @@
...
@@ -13,5 +13,6 @@
<referenceBlock
name=
"reviews.tab"
remove=
"true"
/>
<referenceBlock
name=
"reviews.tab"
remove=
"true"
/>
<referenceBlock
name=
"form.subscribe"
remove=
"true"
/>
<referenceBlock
name=
"form.subscribe"
remove=
"true"
/>
<referenceBlock
name=
"checkout.cart.empty.recently"
remove=
"true"
/>
<referenceBlock
name=
"checkout.cart.empty.recently"
remove=
"true"
/>
<referenceBlock
name=
"free-shipping.bar"
remove=
"true"
/>
</body>
</body>
</page>
</page>
\ No newline at end of file
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
3f00e66f
...
@@ -3569,6 +3569,12 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
...
@@ -3569,6 +3569,12 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
#sparsh-mfp-quickview .product-info-wrapper{
#sparsh-mfp-quickview .product-info-wrapper{
height: auto;
height: auto;
}
}
.checkout-onepage-failure .page-title-wrapper{
margin-top:5rem;
}
.checkout-onepage-failure .column.main p a{
color:#276EAF;
}
}
}
.fotorama__arr, .fotorama__thumb__arr{
.fotorama__arr, .fotorama__thumb__arr{
background-color: rgba(255,255,255,0.8);
background-color: rgba(255,255,255,0.8);
...
...
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