title | issue | author | author_email | author_github |
---|---|---|---|---|
Price filter does not work for zero value |
NEXT-16348 |
Simon Vorgers |
s.vorgers@shopware.com |
SimonVorgers |
- Changed method
getPriceFilter()
inCore\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
to allow zero value. - Changed condition in
src/Storefront/Resources/views/storefront/component/listing/filter-panel.html.twig
to display price filter when price is zero.