Sorry to say but that file edit doesn't seem to work. I want to remove the ability for anyone to choose 'Best Offer', I want all the ads to have some form of asking price.
The file edit above only checks for the price field being left blank, if you enter '0' then you still get 'Best Offer'.
EDIT: To change the 'Asking price' field label, go into your 'Languages' folder, then either edit the relevant language file (for me it was 'english.php'), then find the '$Globals['pp_lang']['price']' varible.
EDIT 2: As per the above file edit in Chuck's post. If you want stop people entering "0" as a price use the following edit:
Code:
Content visible to verified customers only.
If you simply want to force users to enter a number, be it 0 or not, then use Chuck's original version.
By the way, the file you need to edit is the 'uploadproduct.tmpl' in the 'Templates' folder.