Quote:
Originally Posted by Chuck S In your language files do you have strings for those options? You can place strings in uploadproduct2.php language file in your english languages directory |
Okay thanks, I understand how this works now. One problem: when a user has submitted an ad and I want to edit it, then the option that he selected in one of the dropdown menu's is set to the field that contains selected="selected" on the page where I edit the ad. So, for example, if a user has set Body Type to Slim, then I don't see that on the page where I edit the ad. This means that before I edit an ad I have to see what the user selected from the dropdown menu's, then I edit the ad and have to select the options in the dropdown menu's again accordingly, because if I wouldn't do that then the field is set to the selected="selected" field after I edited the ad. What can I do to see what the user selected in the dropdowns on the page where I edit the ad? In other words, how can the selections from the dropdowns be saved so I don't have to re-enter them?
Quote:
Originally Posted by Chuck S all the drop downs are in search.tmpl and the language strings are definately in english.php |
I've searched for the strings from the Sort By dropdown menu (that I see on the search results page) in english.php again, but they are really not there.. I am looking in classifieds/languages/english.php and I searched for Product Title, Lowest Price, Highest Price and ZipCode and they are not in english.php, at least not in that exact same wording.
When I search for price then I do find 'high price' and 'low price' and some others but not Highest Price and Lowest Price. When I search for Zip I also find some matches but not 'ZipCode'. I can't find the exact same phrases in /classifieds/languages/english either.