Drop Down First Value

Hi everyone



I have set two drop down menus for products filters but they both display the text “shop by manufacturers”, when instead the second should say “shop by price”



please take a look at the attached file that will explain better



Does anyone know where I can change that text? I cannot find it…

Capture-New2.JPG

does anyone know where to edit that value?

I cannot identify the right file…

CS-Cart Documentation — CS-Cart 4.15.x documentation did you used tis modification? If it's right, than you can do this:

Replace this part of code


{$lang.select_manufacturer}


with this



{$lang.select} {$filter.filter}

[quote name='N1XUS' timestamp='1330534647' post='132342']

http://kb2.cs-cart.c…ter-selectbox#3 did you used tis modification? If it's right, than you can do this:

Replace this part of code


{$lang.select_manufacturer}


with this



{$lang.select} {$filter.filter}


[/quote]



worked great! how did you figure out? I am wondering how I can developed same knowledge of cs-cart code!