| Ad Duration
Each time I upgrade Classifieds, I must make two changes which would be nice if they could be made in the administration area so they are no longer overwritten.
The most important one is default ad duration and the choices.
I change to:
<option selected="selected" value="60">{$pp_phrase['60days']}</option>
<option value="30">{$pp_phrase['30days']}</option>
<option value="60">{$pp_phrase['60days']}</option>
<option value="90">{$pp_phrase['90days']}</option>
The choices could be made in the administration area, maybe in the Category Editor.
The other is default notification in the uploadproduct.tmpl is set to "no", and I prefer it set to "yes". (Maybe in the Upload Options)
Thanks
|