View Single Post
Old September 5th, 2011, 11:20 PM   #10 (permalink)
gmptp
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 111
Quote:
Originally Posted by Chuck S View Post
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>
gmptp is offline   Reply With Quote