Skip to content

Commit

Permalink
https://github.com/cabinetsbay/catalog/issues/2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 17, 2024
1 parent 0916b11 commit fe438cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 88 deletions.
86 changes: 0 additions & 86 deletions app/code/Sharapov/Cabinetsbay/Block/Product/ListProduct.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
>
<block
as='product_list'
class='Sharapov\Cabinetsbay\Block\Product\ListProduct'
class='CabinetsBay\Catalog\B\Products'
name='category.products.list'
template='Magento_Catalog::product/list.phtml'
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Magento\Framework\App\Action\Action;
/**
* Product list template
*
* @var $block \Sharapov\Cabinetsbay\Block\Product\ListProduct
* @var $block \CabinetsBay\Catalog\B\Products
*/
$_productCollection = $block->getLoadedProductCollection();
// Show products list only on 3rd category level
Expand Down

0 comments on commit fe438cf

Please sign in to comment.