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
db2d1adc
Commit
db2d1adc
authored
Oct 09, 2022
by
王东红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
bef5f117
6ab17bb3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
26 deletions
+16
-26
app/code/Aitoc/Smtp/Model/Config.php
+2
-1
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/attribute.phtml
+6
-18
app/design/frontend/Joshine/breeze/Magento_Cms/templates/default/home.phtml
+0
-2
app/design/frontend/Joshine/breeze/web/css/_custom.less
+8
-5
No files found.
app/code/Aitoc/Smtp/Model/Config.php
View file @
db2d1adc
...
@@ -496,7 +496,8 @@ class Config
...
@@ -496,7 +496,8 @@ class Config
*/
*/
public
function
isNewSender
(
$version
)
public
function
isNewSender
(
$version
)
{
{
$currentVersion
=
$this
->
productMetadata
->
getVersion
();
//$currentVersion = $this->productMetadata->getVersion();
$currentVersion
=
"2.4.3"
;
return
version_compare
(
$currentVersion
,
$version
,
'>='
);
return
version_compare
(
$currentVersion
,
$version
,
'>='
);
}
}
...
...
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/attribute.phtml
View file @
db2d1adc
...
@@ -43,25 +43,13 @@ if ($_attributeType && $_attributeType == 'text') {
...
@@ -43,25 +43,13 @@ if ($_attributeType && $_attributeType == 'text') {
}
else
{
}
else
{
$_attributeValue
=
$_helper
->
productAttribute
(
$_product
,
$_product
->
$_call
(),
$_code
);
$_attributeValue
=
$_helper
->
productAttribute
(
$_product
,
$_product
->
$_call
(),
$_code
);
}
}
?>
?>
<?php
if
(
$_attributeValue
)
:?>
<?php
if
(
$_attributeValue
)
:?>
<
div
class
="
product
attribute
<?=
$block
->
escapeHtmlAttr
(
$_className
)
?>
">
<
div
class
="
product
attribute
<?=
$block
->
escapeHtmlAttr
(
$_className
)
?>
">
<?php
if
(
$renderLabel
)
:?>
<?php
if
(
$renderLabel
)
:?>
<
strong
class
="
type
"><?=
$block->escapeHtml
(
$_attributeLabel
) ?></strong>
<
strong
class
="
type
"><?=
$block->escapeHtml
(
$_attributeLabel
) ?></strong>
<?php endif; ?>
<?php endif; ?>
<div class="
value
" <?= /* @noEscape */
$_attributeAddAttribute
?>>
<div class="
value
" <?= /* @noEscape */
$_attributeAddAttribute
?>><?= /* @noEscape */
$_attributeValue
?></div>
<?php if(
$_attributeAddAttribute
!= 'itemprop="
description
"'): ?>
</div>
<?= /* @noEscape */
$_attributeValue
?>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
app/design/frontend/Joshine/breeze/Magento_Cms/templates/default/home.phtml
View file @
db2d1adc
...
@@ -93,11 +93,9 @@
...
@@ -93,11 +93,9 @@
if
(
this
.
_obj
.
btn
){
if
(
this
.
_obj
.
btn
){
$
(
"<input type='button' id='left' value='<'>"
).
css
({
$
(
"<input type='button' id='left' value='<'>"
).
css
({
left
:
0
,
left
:
0
,
marginLeft
:
20
}).
appendTo
(
this
).
}).
appendTo
(
this
).
after
(
$
(
"<input type='button' id='right' value='>'>"
).
css
({
after
(
$
(
"<input type='button' id='right' value='>'>"
).
css
({
right
:
0
,
right
:
0
,
marginRight
:
20
})).
parent
()
})).
parent
()
.
children
(
"input"
).
css
({
.
children
(
"input"
).
css
({
position
:
"absolute"
,
position
:
"absolute"
,
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
db2d1adc
...
@@ -617,6 +617,9 @@ ul {
...
@@ -617,6 +617,9 @@ ul {
grid-template-areas:
grid-template-areas:
"media title"
"media title"
"media main";
"media main";
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
}
}
}
.product-info-wrapper .page-title span.base{
.product-info-wrapper .page-title span.base{
...
@@ -1512,7 +1515,7 @@ footer{
...
@@ -1512,7 +1515,7 @@ footer{
}
}
.flash_sale.news-arrivals{
.flash_sale.news-arrivals{
margin-top: -
100
px;
margin-top: -
75
px;
}
}
}
}
@media (min-width: 670px) {
@media (min-width: 670px) {
...
@@ -1576,12 +1579,12 @@ button.action.submit.primary {
...
@@ -1576,12 +1579,12 @@ button.action.submit.primary {
.swatch-option::before {
.swatch-option::before {
content: '';
content: '';
position: absolute;
position: absolute;
top:
0
;
top:
-3px
;
bottom: 0;
bottom: 0;
left:
0
;
left:
-3px
;
right: 0;
right: 0;
width: 4
0
px;
width: 4
6
px;
height: 4
0
px;
height: 4
6
px;
border-radius: 50%;
border-radius: 50%;
}
}
...
...
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