Get Minimum and Maximum price of current category from product collection
<?php
namespace Letsknowit\Priceslider\Block;
use Magento\Catalog\Model\Layer\Filter\Price;
use Magento\Catalog\Model\Layer\Filter\FilterInterface;
use Magento\Framework\View\Element\Template;
use Magento\LayeredNavigation\Block\Navigation\FilterRendererInterface;
class FilterRenderer extends \Magento\LayeredNavigation\Block\Navigation\FilterRenderer {
protected $registry;
protected $request;
protected $productCollection;
protected $scopeConfig;
public function __construct(
\Magento\Framework\Registry $registry,
\Magento\Framework\App\RequestInterface $request,
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
\Magento\Catalog\Model\ResourceModel\Product\Collection $productCollection,
\Magento\Backend\Block\Template\Context $context,
array $data = [ ]
) {
$this->registry = $registry;
$this->request = $request;
$this->scopeConfig = $scopeConfig;
$this->productCollection = $productCollection;
parent::__construct($context, $data);
}
public function getPriceRange($filter) {
$category = $this->registry->registry('current_category');
$ProductFactory = $this->productCollection->addAttributeToSelect('price')->setOrder('price', 'DESC')->addCategoryFilter($category);
$maxPrice = $ProductFactory->getMaxPrice();
$minPrice = $ProductFactory->getMinPrice();
$filterprice = array('min' => $minPrice, 'max' => $maxPrice);
return $filterprice;
}
?>
Archie
9th October 2025
Awami Products offers natural wellness solutions with quality and care. From grounding mats that connect you to Earth’s energy to detox pads and foot masks that refresh and heal, every product reflects comfort, balance, and trust. Perfect for those who value relaxation, health, and genuine results. https://awamiproducts.com/
Elsa
6th October 2025
Hi Dear, getting the minimum and maximum product price from the current category collection is a smart way to show dynamic price ranges on your store. It helps customers quickly understand what fits their budget and improves their browsing experience. By the way, if you enjoy learning about apps and digital tools, you might like exploring Kuku TV Mod APK, an awesome entertainment app packed with shows and movies optimized for mobile users. Visit here : https://kukutvapk.com
ella
26th September 2025
Looking at the product collection, the minimum price in this category is $16.99 (Awami Foot Detox Pads), while the maximum price is $59.00 (Awami 3-in-1 Detox & Grounding Kit). This shows Awami offers both affordable wellness essentials and premium bundles, giving customers flexible choices. It’s a smart pricing strategy that caters to different budgets while maintaining product variety. https://awamiproducts.com/
Nora
26th September 2025
This Magento code nicely gets the min and max price for products in the current category. It feels a bit like using the Car Parking MOD Version VIP Menu, where you also get full access to ranges and features that aren’t normally available, giving more control and flexibility.
Nora
25th September 2025
That’s a useful feature for product collections, knowing the min and max price helps shoppers make quick decisions. In the same way, the Updated DQ menu with prices 2025 makes it easier for customers to see all Dairy Queen options clearly, from budget-friendly treats to premium items, so everyone can find something that fits their range.
Emaa
11th September 2025
I really appreciated the clarity of your explanation—it made it much easier for me to choose the perfect meal from the <ahref="https://zaxbysmenuprice.com/">Zaxby’s menu</a>.
Emaa
11th September 2025
I really appreciated the clarity of your explanation—it made it much easier for me to choose the perfect meal from the .<a href="https://zaxbysmenuprice.com/">Zaxby’s menu</a>
Emaa
11-09-2025 00:00I really appreciated the clarity of your explanation—it made it much easier for me to choose the perfect meal from the <ahref="https://zaxbysmenuprice.com/">Zaxby’s menu</a>.
Emaa
11-09-2025 00:00I really appreciated the clarity of your explanation—it made it much easier for me to choose the perfect meal from the <ahref="https://zaxbysmenuprice.com/">Zaxby’s menu</a>.
Emaa
11-09-2025 00:00I really appreciated the clarity of your explanation—it made it much easier for me to choose the perfect meal from the <ahref="https://zaxbysmenuprice.com/">Zaxby’s menu</a>.
Grace
27th May 2025
Really loved the way you explained! it helped me selecting a perfect meal from menu at Zaxbys.
clear examples to explain the subject effectively chick-fil-a-menus.com
Zane
29th April 2025
Welcome to McDonald's in Japan! I tried the unique menu items the make McDonald's in Japan better than America.visit
Zane
29th April 2025
McDonald’s Australia blends global classics with local favorites like the Aussie Angus Burger and McCafé drinks, offering something for everyone.Readmore:mcdmenu
vu
6th March 2025
Lo Top - Live commentary of today's 3-region lottery quickly and accurately. Lo Top Dragon Platinum 3-region live daily. lo top
Nguyen
1st January 2025
Bạn Ä‘ã biết cách tham gia và tăng cÆ¡ há»™i trúng thưởng chưa? Cùng Dá»± Ä‘oán Xổ sôÌ ÄôÌ€ng Nai khám phá ngay những bí quyết thú vị! xổ sôÌ ÄôÌ€ng Nai
Nguyen
14th December 2024
Kết quả trúng thưởng Xổ Số An Giang được xác định bằng cách Ä‘em so sánh dãy số trong tá» vé số vá»›i kết quả mở thưởng cá»§a nhà Ä‘ài. xổ sôÌ an giang
Nguyen
14th December 2024
có không ít ngưá»i vẫn chưa biết cách chÆ¡i XSTN. Váºy hãy cùng Dá»± Ä‘oán xổ số An Giang tìm hiểu cách chÆ¡i và kinh nghiệm tăng khả năng trúng thưởng nhé dự Ä‘oaÌn xsag
Post Your Message