Hi Chuck,
I realize we can remove the no expiration option for ads by deleting the below from the uploadproduct
#.tmpl files:
Quote:
|
<option value="9999">{$Globals['pp_lang']['noexpire']}</option>
|
But what I would like to know is, can we add additional duration values like 120 days by simply adding the below to the uploadproduct
#.tmpl files
Quote:
|
<option value="120">{$Globals['pp_lang'][120days']}</option>
|
and
Quote:
|
$Globals['pp_lang']['120days'] = "120 days";
|
to the english.php file? Is that all that would be needed? Thanks.