jdernt Posted December 17, 2020 Share Posted December 17, 2020 (edited) Hi there! I have a multilingual store and I cant find out why the price filter label is different for each language. for english - €2.00 - €108.00 for other languages - 2.00 € - 108.00 € I also find the "labelRangeFilters" function in SearchProvider.php and its the same for every lang: $filter->setLabel( sprintf( '%1$s - %2$s', Tools::displayPrice($min), Tools::displayPrice($max) ) ); I would like to make the same labels for all languages. If anyone knows what files should be modified and what I should modify, I'd greatly appreciate it! Thanks in advance! Edited December 17, 2020 by jdernt (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now