\Magento\Swatches\Block\LayeredNavigation\RenderLayered::getOptionViewData
return [
‘label’ => $swatchOption->getLabel(),
‘link’ => $linkToOption,
‘custom_style’ => $customStyle,
‘count’ => $filterItem->getCount()
];
Magento/Swatches/view/frontend/templates/product/layered/renderer.phtml
<?php foreach ($swatchData[‘options’] as $option => $label): ?>
<?php if(isset($label[‘count’])) {echo $label[‘count’];} ?>
You May Also Like
May 27, 2021
July 12, 2021