Skip to content

Commit

Permalink
https://github.com/cabinetsbay/core/issues/6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 7, 2024
1 parent 00660ab commit 373aec4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
</container>
</referenceContainer>
<referenceContainer name='content'>
<block class='Sharapov\Cabinetsbay\Block\Category\View' name='category_products' as='category_products'
template='Magento_Catalog::category/view.phtml' />

<!-- 2024-05-07 Dmitrii Fediuk https://upwork.com/fl/mage2pro
"Transfer the catalog-related code to the `CabinetsBay_Catalog` module": https://github.com/cabinetsbay/core/issues/6 -->
<block
class='Sharapov\Cabinetsbay\Block\Category\View'
name='category_products'
as='category_products'
template='CabinetsBay_Catalog::category/view.phtml'
/>
<block class='Magento\Catalog\Block\Category\View' name='category.products' template='Magento_Catalog::category/products.phtml'>
<block class='Sharapov\Cabinetsbay\Block\Product\ListProduct' name='category.products.list' as='product_list' template='Magento_Catalog::product/list.phtml'>
<container name='category.product.list.additional' as='additional' />
Expand Down

This file was deleted.

0 comments on commit 373aec4

Please sign in to comment.