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
4b2e2873
Commit
4b2e2873
authored
Feb 20, 2023
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复可配置产品优惠价格不展示
parent
ab4f3046
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addto.phtml
+20
-2
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addto.phtml
View file @
4b2e2873
...
@@ -38,6 +38,24 @@
...
@@ -38,6 +38,24 @@
width
:
55px
;
width
:
55px
;
height
:
55px
;
height
:
55px
;
}
}
span
.normal-price.special-price
{
float
:
left
;
}
span
.old-price.sly-old-price.no-display
{
display
:
block
!important
;
width
:
10%
;
float
:
left
;
margin-left
:
2%
;
}
span
.price-label
{
display
:
none
;
}
.price-final_price
.old-price
.price
{
}
</style>
</style>
<div
style=
"width: 100%"
class=
"product-view-freeshipping"
>
<div
style=
"width: 100%"
class=
"product-view-freeshipping"
>
<div
class=
"product-intro__freeshipping product-intro__bg-none"
>
<div
class=
"product-intro__freeshipping product-intro__bg-none"
>
...
@@ -210,7 +228,7 @@ if ($short_description) :
...
@@ -210,7 +228,7 @@ if ($short_description) :
}}'
>
}}'
>
<div
data-role=
"collapsible"
>
<div
data-role=
"collapsible"
>
<div
data-role=
"trigger"
class=
"short_description-button"
>
<div
data-role=
"trigger"
class=
"short_description-button"
>
<a
class=
"desction-left short_description info-desc"
href=
"#"
>
short_description
</a>
<a
class=
"desction-left short_description info-desc"
href=
"#"
>
Material
</a>
<a
class=
"desction-right short_description info-desc"
href=
"#"
>
+
</a>
<a
class=
"desction-right short_description info-desc"
href=
"#"
>
+
</a>
</div>
</div>
</div>
</div>
...
@@ -235,7 +253,7 @@ if ($description) :
...
@@ -235,7 +253,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=
"#"
>
d
escription
</a>
<a
class=
"desction-left description info-desc"
href=
"#"
>
D
escription
</a>
<a
class=
"desction-right description info-desc"
href=
"#"
>
-
</a>
<a
class=
"desction-right description info-desc"
href=
"#"
>
-
</a>
</div>
</div>
</div>
</div>
...
...
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