Search code examples
phpmagentolayered-navigation

Amasty layered navigation show wrong start price in slider


I have Amasty layered navigation. I shown price filter as slider on my site. But the problem is price slider range start from different number.

For example, I have products in category with minimum price of 43000 but slider range starts from 68000.

How can I resolve the issue?


Solution

  • I have solved the issue. Problem was with super_attribute_price. Magento store min and max price in catalog_product_index_price. At time of reindex it will add min price with configurable product option with minimum value and same for max column for maximum value.