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
dac15acc
Commit
dac15acc
authored
Sep 24, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除布局文件
parent
843879ee
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
77 deletions
+0
-77
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_category_view_type_default.xml
+0
-14
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_category_view_type_default_without_children.xml
+0
-10
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_compare_index.xml
+0
-19
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_view_type_virtual.xml
+0
-15
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/checkout_cart_item_renderers.xml
+0
-19
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_category_view_type_default.xml
deleted
100644 → 0
View file @
843879ee
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<body>
<referenceContainer
name=
"sidebar.main"
>
<block
class=
"Magento\Catalog\Block\Navigation"
name=
"catalog.leftnav"
before=
"-"
template=
"Magento_Catalog::navigation/left.phtml"
/>
</referenceContainer>
</body>
</page>
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_category_view_type_default_without_children.xml
deleted
100644 → 0
View file @
843879ee
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<body/>
</page>
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_compare_index.xml
deleted
100644 → 0
View file @
843879ee
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
layout=
"1column"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<body>
<referenceBlock
name=
"page.main.title"
>
<action
method=
"setPageTitle"
>
<argument
translate=
"true"
name=
"page_title"
xsi:type=
"string"
>
Compare Products
</argument>
</action>
</referenceBlock>
<referenceContainer
name=
"content"
>
<block
class=
"Magento\Catalog\Block\Product\Compare\ListCompare"
name=
"catalog.compare.list"
template=
"Magento_Catalog::product/compare/list.phtml"
cacheable=
"false"
/>
</referenceContainer>
</body>
</page>
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_view_type_virtual.xml
deleted
100644 → 0
View file @
843879ee
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<body>
<referenceContainer
name=
"product.info.type"
>
<block
class=
"Magento\Catalog\Block\Product\View\Type\Virtual"
name=
"product.info.virtual"
as=
"product_type_data"
template=
"Magento_Catalog::product/view/type/default.phtml"
/>
<container
name=
"product.info.virtual.extra"
after=
"product.info.virtual"
as=
"product_type_data_extra"
label=
"Product Extra Info"
/>
</referenceContainer>
</body>
</page>
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/checkout_cart_item_renderers.xml
deleted
100644 → 0
View file @
843879ee
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<body>
<referenceBlock
name=
"checkout.cart.item.renderers"
>
<block
class=
"Magento\Checkout\Block\Cart\Item\Renderer"
name=
"checkout.cart.item.renderers.virtual"
as=
"virtual"
template=
"Magento_Checkout::cart/item/default.phtml"
>
<block
class=
"Magento\Checkout\Block\Cart\Item\Renderer\Actions"
name=
"checkout.cart.item.renderers.virtual.actions"
as=
"actions"
>
<block
class=
"Magento\Checkout\Block\Cart\Item\Renderer\Actions\Edit"
name=
"checkout.cart.item.renderers.virtual.actions.edit"
template=
"Magento_Checkout::cart/item/renderer/actions/edit.phtml"
/>
<block
class=
"Magento\Checkout\Block\Cart\Item\Renderer\Actions\Remove"
name=
"checkout.cart.item.renderers.virtual.actions.remove"
template=
"Magento_Checkout::cart/item/renderer/actions/remove.phtml"
/>
</block>
</block>
</referenceBlock>
</body>
</page>
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