Quote:
Originally Posted by Chuck S You are free to modify your code anyway you wish. You would simply create whatever code you wish to display what you want where you want. |
What is the code to retrieve the duration? Because the uploadproduct.tmpl only show below, it is store into which variable and what is the $code to retrieve it as I want to display on the showcat, which $code to use to retrieve the duration?
---------------
<td class="{$Style['tddetails']}" align="{$Globals['align1']}">{$pp_phrase['duration']}</td>
<td class="{$Style['tddetails']}" align="{$Globals['align1']}"><select name="duration">
<option selected="selected" value="15">{$pp_phrase['15days']}</option>
<option value="7">{$pp_phrase['7days']}</option>
<option value="30">{$pp_phrase['30days']}</option>