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
94072385
Commit
94072385
authored
Oct 28, 2022
by
wdh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
9b67029a
c059aeb2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
4 deletions
+44
-4
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addto.phtml
+2
-2
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addtocart.phtml
+6
-1
app/design/frontend/Joshine/breeze/Magento_Cms/templates/default/home.phtml
+1
-1
app/design/frontend/Joshine/breeze/web/css/_custom.less
+35
-0
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addto.phtml
View file @
94072385
...
@@ -222,7 +222,7 @@ if ($description) :
...
@@ -222,7 +222,7 @@ if ($description) :
<div
class=
"joshine-desction"
>
<div
class=
"joshine-desction"
>
<div
id=
"accordion"
data-mage-init=
'{
<div
id=
"accordion"
data-mage-init=
'{
"accordion":{
"accordion":{
"active": [
1, 2
],
"active": [
0
],
"collapsible": true,
"collapsible": true,
"openedState": "active",
"openedState": "active",
"multipleCollapsible": true
"multipleCollapsible": true
...
@@ -230,7 +230,7 @@ if ($description) :
...
@@ -230,7 +230,7 @@ if ($description) :
<div
data-role=
"collapsible"
>
<div
data-role=
"collapsible"
>
<div
data-role=
"trigger"
class=
"description-button"
>
<div
data-role=
"trigger"
class=
"description-button"
>
<a
class=
"desction-left description info-desc"
href=
"#"
>
description
</a>
<a
class=
"desction-left description info-desc"
href=
"#"
>
description
</a>
<a
class=
"desction-right description info-desc"
href=
"#"
>
+
</a>
<a
class=
"desction-right description info-desc"
href=
"#"
>
-
</a>
</div>
</div>
</div>
</div>
<div
data-role=
"content"
id=
"description"
>
<div
data-role=
"content"
id=
"description"
>
...
...
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addtocart.phtml
View file @
94072385
...
@@ -134,7 +134,12 @@
...
@@ -134,7 +134,12 @@
</ul>
</ul>
<div
class=
"area-content"
>
<div
class=
"area-content"
>
<div
id=
"size-chart"
style=
"display: none;"
>
<div
id=
"size-chart"
style=
"display: none;"
>
<?php
echo
$block
->
getLayout
()
->
createBlock
(
'Magento\Cms\Block\Block'
)
->
setBlockId
(
'product-intro-size-chart'
)
->
toHtml
();
?>
<?php
$productCharTemplate
=
$block
->
getProduct
()
->
getAttributeText
(
"sizeTemplate"
);
if
(
empty
(
$block
->
getProduct
()
->
getAttributeText
(
"sizeTemplate"
))){
$productCharTemplate
=
"product-size-chart-default"
;
}
echo
$block
->
getLayout
()
->
createBlock
(
'Magento\Cms\Block\Block'
)
->
setBlockId
(
$productCharTemplate
)
->
toHtml
();
?>
</div>
</div>
<div
id=
"free-return"
style=
"display: none;"
>
<div
id=
"free-return"
style=
"display: none;"
>
<?php
echo
$block
->
getLayout
()
->
createBlock
(
'Magento\Cms\Block\Block'
)
->
setBlockId
(
'product-intro-free-return'
)
->
toHtml
();
?>
<?php
echo
$block
->
getLayout
()
->
createBlock
(
'Magento\Cms\Block\Block'
)
->
setBlockId
(
'product-intro-free-return'
)
->
toHtml
();
?>
...
...
app/design/frontend/Joshine/breeze/Magento_Cms/templates/default/home.phtml
View file @
94072385
...
@@ -190,7 +190,7 @@
...
@@ -190,7 +190,7 @@
}
}
}
}
var
img_arr
=
[
"/media/wysiwyg/2
_1_.jpg"
,
"/media/wysiwyg/1_1_.jp
g"
];
var
img_arr
=
[
"/media/wysiwyg/2
02210281.png"
,
"/media/wysiwyg/202210282.pn
g"
];
if
(
isMobile
())
{
if
(
isMobile
())
{
img_arr
=
[
"/media/wysiwyg/2_M_1_.jpg"
,
"/media/wysiwyg/1_M_1_.jpg"
];
img_arr
=
[
"/media/wysiwyg/2_M_1_.jpg"
,
"/media/wysiwyg/1_M_1_.jpg"
];
}
}
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
94072385
...
@@ -2429,4 +2429,39 @@ span.swatch-attribute-selected-option{
...
@@ -2429,4 +2429,39 @@ span.swatch-attribute-selected-option{
}
}
}
}
@media (max-width: 1024px){
.select-element.section-before-footer.clearfix p {
font-weight: 200;
font-size: 12px;
color: #909090;
text-transform: none;
}
}
@media (max-width: 1024px) and (min-width: 768px){
.select-element.section-before-footer.clearfix p {
font-weight: 400;
font-size: 16px;
color: #909090;
text-transform: none;
}
.flash-sale-item{
width: 33.33%;
}
.shopcatewpt{
width: 100%;
}
.shop-by-cata {
padding: 10px;
width: 50%;
float: left;
}
}
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