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
8e828553
Commit
8e828553
authored
Feb 23, 2023
by
wd
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://47.99.244.21:9999/root/joshine
into developer
parents
beec99a8
a657c298
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
12 deletions
+32
-12
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_category_view.xml
+0
-12
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/list/toolbar.phtml
+32
-0
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_category_view.xml
deleted
100644 → 0
View file @
beec99a8
<?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=
"2columns-left"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<body>
<referenceBlock
name=
"product_list_toolbar"
remove=
"true"
/>
</body>
</page>
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/list/toolbar.phtml
0 → 100644
View file @
8e828553
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<?php
/**
* Product list toolbar
*
* @var $block \Magento\Catalog\Block\Product\ProductList\Toolbar
*/
?>
<?php
if
(
$block
->
getCollection
()
->
getSize
())
:?>
<?
php
$widget
=
$this
->
helper
(
\Magento\Framework\Json\Helper\Data
::
class
)
->
jsonDecode
(
$block
->
getWidgetOptionsJson
());
$widgetOptions
=
$this
->
helper
(
\Magento\Framework\Json\Helper\Data
::
class
)
->
jsonEncode
(
$widget
[
'productListToolbarForm'
]);
?>
<div
class=
"toolbar toolbar-products"
style=
"display: none;"
data-mage-init=
'{"productListToolbarForm":
<?=
/* @noEscape */
$widgetOptions
?>
}'
>
<?php
if
(
$block
->
getIsBottom
())
:
?>
<?=
$block
->
getPagerHtml
()
?>
<?=
$block
->
fetchView
(
$block
->
getTemplateFile
(
'Magento_Catalog::product/list/toolbar/limiter.phtml'
))
?>
<?php
else
:
?>
<?php
if
(
$block
->
isExpanded
())
:
?>
<?=
$block
->
fetchView
(
$block
->
getTemplateFile
(
'Magento_Catalog::product/list/toolbar/viewmode.phtml'
))
?>
<?php
endif
?>
<?=
$block
->
fetchView
(
$block
->
getTemplateFile
(
'Magento_Catalog::product/list/toolbar/amount.phtml'
))
?>
<?php
if
(
$block
->
isExpanded
())
:
?>
<?=
$block
->
fetchView
(
$block
->
getTemplateFile
(
'Magento_Catalog::product/list/toolbar/sorter.phtml'
))
?>
<?php
endif
?>
<?php
endif
?>
</div>
<?php
endif
?>
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