i just found this had sort of been asked but refers to 20 days
How can I add a 20 day auction option?
so can i just run this by you to make sure i have it correct.
uploadproduct.tmpl would be the file i would need to edit?
and would this be the correct code i would need?
<option selected="selected" value="15">{$pp_phrase['15days']}</option>
<option value="3">{$pp_phrase['3days']}</option>
<option value="4">{$pp_phrase['4days']}</option>
<option value="5">{$pp_phrase['5days']}</option>
<option value="6">{$pp_phrase['6days']}</option>
<option value="7">{$pp_phrase['7days']}</option>
<option value="10">{$pp_phrase['10days']}</option>
<option value="30">{$pp_phrase['30days']}</option>
<option value="60">{$pp_phrase['60days']}</option>
<option value="90">{$pp_phrase['90days']}</option>
<option value="9999">{$pp_phrase['noexpire']}</option>
would uploadproduct.tmpl be the only file i would need to edit or would i need to do the same for:-
uploadproduct1.tmpl
uploadproduct2.tmpl
uploadproduct3.tmpl
uploadproduct4.tmpl
thanks for your help