To remove price, I have done the following:
Remove from reviews.tmpl: <td class="{$Style['tddetails']}">
<span class="{$Style['medium']}">{$Globals['pp_lang']['price']}</span>
</td>
<td colspan="2" class="{$Style['tddetails']}">
<input type="text" name="price" value="$price" />
</td>
Showproduct.tmpl {$Globals['pp_lang']['price']}: <b>{$price[$x]}</b>
<td align="center" class="{$Style['tddetails']}">
<span class="{$Style['small']}">{$Globals['pp_lang']['avgprice']}</span>
</td>
<td align="center" class="{$Style['tddetails']}">
<span class="{$Style['small']}"><b>$avgprice</b></span>
</td>
However, the price still shows in:
- Price you paid?: None indicated (in member review section of screen)
- Average Price None indicated (in product view section of screen)
Thank you.