Thread: Quick Review
View Single Post
Old January 8th, 2007, 04:14 PM   #1 (permalink)
MoMan2
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 61
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.
MoMan2 is offline   Reply With Quote