NikZh / magento2-multiple-layered-navigation

Category filters with multiple select for Magento 2
69 stars 39 forks source link

Plain decimal attributes without price symbol #19

Open amenk opened 6 years ago

amenk commented 6 years ago

Is it in scope of this module to have plain decimal attributes, without price symbol?

To have slider-filters for attributes, most people recommend to make a price attribute. This has drawbacks, see for example https://magento.stackexchange.com/questions/162695/ramifications-of-price-attribute-type

I tried to create a attribute with backend = decimal, frontend_input = text but it still displays the € symbol on the frontend.

I saw the class multiple-layered-navigation/Model/Layer/Filter/Decimal.php which might provide this functionality, but how can it be properly used?