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
5b242945
Commit
5b242945
authored
Mar 08, 2023
by
halweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reveiws前端优化
parent
b7c222c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
app/code/Joshine/Review/view/frontend/templates/product/view/list.phtml
+2
-1
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/details.phtml
+1
-1
No files found.
app/code/Joshine/Review/view/frontend/templates/product/view/list.phtml
View file @
5b242945
...
@@ -52,6 +52,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
...
@@ -52,6 +52,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
}
}
</style>
</style>
<div
class=
"block review-list joshine-clearfix"
id=
"customer-reviews"
>
<div
class=
"joshine-review-container joshine-clearfix joshine-hidden-md joshine-hidden-sm joshine-hidden-xs"
>
<div
class=
"joshine-review-container joshine-clearfix joshine-hidden-md joshine-hidden-sm joshine-hidden-xs"
>
<h1
class=
"joshine-review-title"
>
<h1
class=
"joshine-review-title"
>
...
@@ -252,7 +253,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
...
@@ -252,7 +253,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
<style>
.joshine-model-warp
{
.joshine-model-warp
{
...
...
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/details.phtml
View file @
5b242945
...
@@ -10,7 +10,7 @@ $product = $objectManager->get('Magento\Framework\Registry')->registry('current_
...
@@ -10,7 +10,7 @@ $product = $objectManager->get('Magento\Framework\Registry')->registry('current_
/** @var \Magento\Catalog\Block\Product\View\Details $block */
/** @var \Magento\Catalog\Block\Product\View\Details $block */
?>
?>
<?php
if
(
$detailedInfoGroup
=
$block
->
getGroupSortedChildNames
(
'detailed_info'
,
'getChildHtml'
))
:?>
<?php
if
(
$detailedInfoGroup
=
$block
->
getGroupSortedChildNames
(
'detailed_info'
,
'getChildHtml'
))
:?>
<
div
class
="
product
info
detailed
">
<
div
class
="
product
info
detailed
joshine
-
clearfix
">
<?php
$layout
=
$block->getLayout
(); ?>
<?php
$layout
=
$block->getLayout
(); ?>
<div class="
product
data
items
" data-mage-init='
{
"tabs":{"openedState":"active"}
}
'>
<div class="
product
data
items
" data-mage-init='
{
"tabs":{"openedState":"active"}
}
'>
<?php foreach (
$detailedInfoGroup
as
$name
) :?>
<?php foreach (
$detailedInfoGroup
as
$name
) :?>
...
...
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