Jump to content

faceted search price label


jdernt

Recommended Posts

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 by jdernt (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...