|
For auctions it would only be uploadproduct template itself and your code is correct except for one exception.
{$pp_phrase['3days']}
Your phrases do not exist and unless your going to be inserting phrases into the database you need to hard code that part of your stuff like so
3 days
<option value="3">3 days</option>
|