I would like to change (translate) the text on section: Listing type where there reads this: Basic listing (FREE). Cant find it![]()
I would like to change (translate) the text on section: Listing type where there reads this: Basic listing (FREE). Cant find it![]()
Open your add_form.html and on line 83 till 92 you should find this code
just edited like what you wantCode:Basic Listing <%if ($basic_listing_price) > 0%> (<%$currency_symbol%> <%$basic_listing_price%>, one time inclusion fee) <%else%> (FREE)![]()
Been searching for this and thought I'd found an answer, alas this dosen't seem to work for the details in the Listing Type: drop down box.
I've been trying to edit the 'You save' text out of this box, as with the cleandex template this box is too wide on the add listing screen and knocks out the whole template.
However despite removing it from the add_form.html it still appears.
A search showed it alos in the ajax.php file, however removing it from this also did no good?![]()
Anyone have any ideas?
edit.
Text was indeed in the main directory ajax.php file, just didn't save it before uploading, this is where the 'you save' text is!
Last edited by chris.h; 05-17-2007 at 07:17 AM. Reason: FOUND IT!