Hello, I need to change the price range advanced search filter .
I solved on line 192 of \modules\mod_eshop_advanced_search\assets\js\jquery.nouislider.minjquery.nouislider.js change the price range of the bar but can not find the line to change the 1000 shown by default.
return 100 / ( ec [ a] - d ) * ( b - d ) * ( c [ 1] - c [0 ] ) / 100 + c [0 ]
by
return ( new value ) / ( ec [ a] - d ) * ( b - d ) * ( c [ 1] - c [0 ] ) / 100 + c [0 ]
Congratulations eshop , wonderful component.