| Quick Review
Hi,
I'm currently trying to add the price field to the quick review system, since most of my users prefer to use that over the advanced edtior.
I added this right after the cons field in quickcom.tmpl, with no results:
<tr>
<td class="{$Style['tddetails']}">
<span class="{$Style['medium']}">How much did it cost?</span>
</td>
<td class="{$Style['tddetails']}">
<input type="text" name="price" size="50" value="" />
</td>
</tr>
What am I missing? Thanks.
|