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
c599f94f
Commit
c599f94f
authored
Sep 30, 2022
by
王东红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
610cf2c1
d03672f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
204 deletions
+2
-204
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_view.xml
+2
-201
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/details.phtml
+0
-3
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_view.xml
View file @
c599f94f
...
@@ -6,207 +6,8 @@
...
@@ -6,207 +6,8 @@
*/
*/
-->
-->
<page
layout=
"1column"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<page
layout=
"1column"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<head>
<css
src=
"mage/gallery/gallery.css"
/>
</head>
<update
handle=
"catalog_product_opengraph"
/>
<update
handle=
"page_calendar"
/>
<body>
<body>
<attribute
name=
"itemtype"
value=
"http://schema.org/Product"
/>
<referenceBlock
name=
"product.info.description"
remove=
"true"
/>
<attribute
name=
"itemscope"
value=
"itemscope"
/>
<referenceBlock
name=
"product.attributes"
remove=
"true"
/>
<referenceBlock
name=
"head.components"
>
<block
class=
"Magento\Framework\View\Element\Js\Components"
name=
"checkout_page_head_components"
template=
"Magento_Catalog::js/components.phtml"
/>
</referenceBlock>
<referenceBlock
name=
"page.main.title"
>
<arguments>
<argument
name=
"css_class"
xsi:type=
"string"
>
product
</argument>
<argument
name=
"add_base_attribute"
xsi:type=
"string"
>
itemprop="name"
</argument>
</arguments>
</referenceBlock>
<referenceBlock
name=
"root"
>
<arguments>
<argument
name=
"add_attribute"
xsi:type=
"string"
>
itemscope itemtype="http://schema.org/Product"
</argument>
</arguments>
</referenceBlock>
<referenceBlock
name=
"breadcrumbs"
template=
"Magento_Catalog::product/breadcrumbs.phtml"
>
<arguments>
<argument
name=
"viewModel"
xsi:type=
"object"
>
Magento\Catalog\ViewModel\Product\Breadcrumbs
</argument>
</arguments>
</referenceBlock>
<referenceContainer
name=
"content"
>
<container
name=
"product.info.main"
htmlTag=
"div"
htmlClass=
"product-info-main"
before=
"-"
>
<container
name=
"product.info.price"
label=
"Product info auxiliary container"
htmlTag=
"div"
htmlClass=
"product-info-price"
>
<container
name=
"product.info.stock.sku"
label=
"Product auxiliary info"
htmlTag=
"div"
htmlClass=
"product-info-stock-sku"
>
<container
name=
"product.info.type"
before=
"-"
/>
<block
class=
"Magento\Catalog\Block\Product\View\Description"
name=
"product.info.sku"
template=
"Magento_Catalog::product/view/attribute.phtml"
after=
"product.info.type"
>
<arguments>
<argument
name=
"at_call"
xsi:type=
"string"
>
getSku
</argument>
<argument
name=
"at_code"
xsi:type=
"string"
>
sku
</argument>
<argument
name=
"css_class"
xsi:type=
"string"
>
sku
</argument>
<argument
name=
"at_label"
xsi:type=
"string"
>
default
</argument>
<argument
name=
"add_attribute"
xsi:type=
"string"
>
itemprop="sku"
</argument>
</arguments>
</block>
</container>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.review"
template=
"Magento_Catalog::product/view/review.phtml"
after=
"product.info.stock.sku"
/>
<block
class=
"Magento\Catalog\Pricing\Render"
name=
"product.price.final"
>
<arguments>
<argument
name=
"price_render"
xsi:type=
"string"
>
product.price.render.default
</argument>
<argument
name=
"price_type_code"
xsi:type=
"string"
>
final_price
</argument>
<argument
name=
"zone"
xsi:type=
"string"
>
item_view
</argument>
</arguments>
</block>
</container>
<block
class=
"Magento\Catalog\Pricing\Render"
name=
"product.price.tier"
after=
"product.info.price"
>
<arguments>
<argument
name=
"price_render"
xsi:type=
"string"
>
product.price.render.default
</argument>
<argument
name=
"price_type_code"
xsi:type=
"string"
>
tier_price
</argument>
<argument
name=
"zone"
xsi:type=
"string"
>
item_view
</argument>
</arguments>
</block>
<container
name=
"alert.urls"
as=
"alert_urls"
label=
"Alert Urls"
after=
"product.price.tier"
/>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info"
template=
"Magento_Catalog::product/view/form.phtml"
after=
"alert.urls"
>
<container
name=
"product.info.form.content"
as=
"product_info_form_content"
>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.addtocart"
as=
"addtocart"
template=
"Magento_Catalog::product/view/addtocart.phtml"
/>
</container>
<block
class=
"Magento\Framework\View\Element\Template"
name=
"product.info.form.options"
as=
"options_container"
>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.options.wrapper"
as=
"product_options_wrapper"
template=
"Magento_Catalog::product/view/options/wrapper.phtml"
>
<block
class=
"Magento\Catalog\Block\Product\View\Options"
name=
"product.info.options"
as=
"product_options"
template=
"Magento_Catalog::product/view/options.phtml"
>
<block
class=
"Magento\Catalog\Block\Product\View\Options\Type\DefaultType"
name=
"product.info.options.default"
as=
"default"
template=
"Magento_Catalog::product/view/options/type/default.phtml"
/>
<block
class=
"Magento\Catalog\Block\Product\View\Options\Type\Text"
name=
"product.info.options.text"
as=
"text"
template=
"Magento_Catalog::product/view/options/type/text.phtml"
/>
<block
class=
"Magento\Catalog\Block\Product\View\Options\Type\File"
name=
"product.info.options.file"
as=
"file"
template=
"Magento_Catalog::product/view/options/type/file.phtml"
/>
<block
class=
"Magento\Catalog\Block\Product\View\Options\Type\Select"
name=
"product.info.options.select"
as=
"select"
template=
"Magento_Catalog::product/view/options/type/select.phtml"
/>
<block
class=
"Magento\Catalog\Block\Product\View\Options\Type\Date"
name=
"product.info.options.date"
as=
"date"
template=
"Magento_Catalog::product/view/options/type/date.phtml"
/>
</block>
<block
class=
"Magento\Framework\View\Element\Html\Calendar"
name=
"html_calendar"
as=
"html_calendar"
template=
"Magento_Theme::js/calendar.phtml"
/>
</block>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.options.wrapper.bottom"
as=
"product_options_wrapper_bottom"
template=
"Magento_Catalog::product/view/options/wrapper/bottom.phtml"
>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.addtocart.additional"
as=
"product.info.addtocart"
template=
"Magento_Catalog::product/view/addtocart.phtml"
/>
</block>
</block>
</block>
<container
name=
"product.info.extrahint"
as=
"extrahint"
label=
"Product View Extra Hint"
>
<container
name=
"product.info.social"
label=
"Product social links container"
htmlTag=
"div"
htmlClass=
"product-social-links"
>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.addto"
as=
"addto"
template=
"Magento_Catalog::product/view/addto.phtml"
>
<block
class=
"Magento\Catalog\Block\Product\View\AddTo\Compare"
name=
"view.addto.compare"
after=
"view.addto.wishlist"
template=
"Magento_Catalog::product/view/addto/compare.phtml"
>
<arguments>
<argument
name=
"addToCompareViewModel"
xsi:type=
"object"
>
Magento\Catalog\ViewModel\Product\Checker\AddToCompareAvailability
</argument>
</arguments>
</block>
</block>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.mailto"
template=
"Magento_Catalog::product/view/mailto.phtml"
/>
</container>
</container>
<block
class=
"Magento\Catalog\Block\Product\View\Description"
name=
"product.info.overview"
template=
"Magento_Catalog::product/view/attribute.phtml"
group=
"detailed_info"
after=
"product.info.extrahint"
>
<arguments>
<argument
name=
"at_call"
xsi:type=
"string"
>
getShortDescription
</argument>
<argument
name=
"at_code"
xsi:type=
"string"
>
short_description
</argument>
<argument
name=
"css_class"
xsi:type=
"string"
>
overview
</argument>
<argument
name=
"at_label"
xsi:type=
"string"
>
none
</argument>
<argument
name=
"title"
translate=
"true"
xsi:type=
"string"
>
Overview
</argument>
<argument
name=
"add_attribute"
xsi:type=
"string"
>
itemprop="description"
</argument>
</arguments>
</block>
</container>
<container
name=
"product.info.media"
htmlTag=
"div"
htmlClass=
"product media"
after=
"product.info.main"
>
<block
class=
"Magento\Framework\View\Element\Template"
name=
"skip_gallery_after.target"
before=
"skip_gallery_before.wrapper"
template=
"Magento_Theme::html/skiptarget.phtml"
>
<arguments>
<argument
name=
"target_id"
xsi:type=
"string"
>
gallery-prev-area
</argument>
</arguments>
</block>
<container
name=
"skip_gallery_before.wrapper"
htmlTag=
"div"
htmlClass=
"action-skip-wrapper"
>
<block
class=
"Magento\Framework\View\Element\Template"
before=
"product.info.media.image"
name=
"skip_gallery_before"
template=
"Magento_Theme::html/skip.phtml"
>
<arguments>
<argument
name=
"target"
xsi:type=
"string"
>
gallery-next-area
</argument>
<argument
name=
"label"
translate=
"true"
xsi:type=
"string"
>
Skip to the end of the images gallery
</argument>
</arguments>
</block>
</container>
<block
class=
"Magento\Catalog\Block\Product\View\Gallery"
name=
"product.info.media.image"
template=
"Magento_Catalog::product/view/gallery.phtml"
>
<arguments>
<argument
name=
"gallery_options"
xsi:type=
"object"
>
Magento\Catalog\Block\Product\View\GalleryOptions
</argument>
<argument
name=
"imageHelper"
xsi:type=
"object"
>
Magento\Catalog\Helper\Image
</argument>
</arguments>
</block>
<container
name=
"skip_gallery_after.wrapper"
htmlTag=
"div"
htmlClass=
"action-skip-wrapper"
>
<block
class=
"Magento\Framework\View\Element\Template"
after=
"product.info.media.image"
name=
"skip_gallery_after"
template=
"Magento_Theme::html/skip.phtml"
>
<arguments>
<argument
name=
"target"
xsi:type=
"string"
>
gallery-prev-area
</argument>
<argument
name=
"label"
translate=
"true"
xsi:type=
"string"
>
Skip to the beginning of the images gallery
</argument>
</arguments>
</block>
</container>
<block
class=
"Magento\Framework\View\Element\Template"
name=
"skip_gallery_before.target"
after=
"skip_gallery_after.wrapper"
template=
"Magento_Theme::html/skiptarget.phtml"
>
<arguments>
<argument
name=
"target_id"
xsi:type=
"string"
>
gallery-next-area
</argument>
</arguments>
</block>
</container>
<block
class=
"Magento\Catalog\Block\Product\View\Details"
name=
"product.info.details"
template=
"Magento_Catalog::product/view/details.phtml"
after=
"product.info.media"
>
<block
class=
"Magento\Catalog\Block\Product\View\Description"
name=
"product.info.description"
as=
"description"
template=
"Magento_Catalog::product/view/attribute.phtml"
group=
"detailed_info"
>
<arguments>
<argument
name=
"at_call"
xsi:type=
"string"
>
getDescription
</argument>
<argument
name=
"at_code"
xsi:type=
"string"
>
description
</argument>
<argument
name=
"css_class"
xsi:type=
"string"
>
description
</argument>
<argument
name=
"at_label"
xsi:type=
"string"
>
none
</argument>
<argument
name=
"title"
translate=
"true"
xsi:type=
"string"
>
Details
</argument>
<argument
name=
"sort_order"
xsi:type=
"string"
>
10
</argument>
</arguments>
</block>
<block
class=
"Magento\Catalog\Block\Product\View\Attributes"
name=
"product.attributes"
as=
"additional"
template=
"Magento_Catalog::product/view/attributes.phtml"
group=
"detailed_info"
>
<arguments>
<argument
translate=
"true"
name=
"title"
xsi:type=
"string"
>
More Information
</argument>
<argument
name=
"sort_order"
xsi:type=
"string"
>
20
</argument>
</arguments>
</block>
</block>
<block
class=
"Magento\Cookie\Block\RequireCookie"
name=
"require-cookie"
template=
"Magento_Cookie::require_cookie.phtml"
>
<arguments>
<argument
name=
"triggers"
xsi:type=
"array"
>
<item
name=
"compareProductLink"
xsi:type=
"string"
>
.action.tocompare
</item>
</argument>
</arguments>
</block>
</referenceContainer>
<referenceContainer
name=
"content.aside"
>
<block
class=
"Magento\Catalog\Block\Product\ProductList\Related"
name=
"catalog.product.related"
template=
"Magento_Catalog::product/list/items.phtml"
>
<arguments>
<argument
name=
"type"
xsi:type=
"string"
>
related
</argument>
<argument
name=
"view_model"
xsi:type=
"object"
>
Magento\Catalog\ViewModel\Product\Listing\PreparePostData
</argument>
</arguments>
<block
class=
"Magento\Catalog\Block\Product\ProductList\Item\Container"
name=
"related.product.addto"
as=
"addto"
>
<block
class=
"Magento\Catalog\Block\Product\ProductList\Item\AddTo\Compare"
name=
"related.product.addto.compare"
as=
"compare"
template=
"Magento_Catalog::product/list/addto/compare.phtml"
/>
</block>
</block>
<block
class=
"Magento\Catalog\Block\Product\ProductList\Upsell"
name=
"product.info.upsell"
template=
"Magento_Catalog::product/list/items.phtml"
>
<arguments>
<argument
name=
"type"
xsi:type=
"string"
>
upsell
</argument>
<argument
name=
"view_model"
xsi:type=
"object"
>
Magento\Catalog\ViewModel\Product\Listing\PreparePostData
</argument>
</arguments>
<block
class=
"Magento\Catalog\Block\Product\ProductList\Item\Container"
name=
"upsell.product.addto"
as=
"addto"
>
<block
class=
"Magento\Catalog\Block\Product\ProductList\Item\AddTo\Compare"
name=
"upsell.product.addto.compare"
as=
"compare"
template=
"Magento_Catalog::product/list/addto/compare.phtml"
/>
</block>
</block>
<block
class=
"Magento\Catalog\Block\Product\View\Additional"
name=
"product.info.additional"
as=
"product_additional_data"
/>
</referenceContainer>
<referenceBlock
name=
"product.info.addtocart"
>
<block
class=
"Magento\Catalog\Block\ShortcutButtons\InCatalog"
name=
"addtocart.shortcut.buttons"
/>
</referenceBlock>
<referenceBlock
name=
"product.info.addtocart.additional"
>
<block
class=
"Magento\Catalog\Block\ShortcutButtons\InCatalog"
name=
"addtocart.shortcut.buttons.additional"
/>
</referenceBlock>
<referenceContainer
name=
"content"
>
<block
class=
"Magento\Catalog\Block\Ui\ProductViewCounter"
name=
"product_viewed_counter"
template=
"Magento_Catalog::product/view/counter.phtml"
/>
</referenceContainer>
</body>
</body>
</page>
</page>
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/details.phtml
View file @
c599f94f
...
@@ -12,9 +12,6 @@
...
@@ -12,9 +12,6 @@
<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
) :?>
<?php
<?php
if (
$name
== "
product
.
info
.
description
"){
continue;
}
$html
=
$layout->renderElement
(
$name
);
$html
=
$layout->renderElement
(
$name
);
if (!trim(
$html
)) {
if (!trim(
$html
)) {
continue;
continue;
...
...
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