|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| if(! $block->getCategory()) | $_categories = $block->getCurrentChildCategories() |
| $_count = is_array($_categories) ? count($_categories) : $_categories->count() | |
| endif = $_category->getProductCount() | |
| if (! $block->getCategory()) $_categories = $block->getCurrentChildCategories() |
Definition at line 18 of file left.phtml.
| $_count = is_array($_categories) ? count($_categories) : $_categories->count() |
Definition at line 19 of file left.phtml.
| endforeach endif = $_category->getProductCount() |
Definition at line 36 of file left.phtml.