Thread: Removing price
View Single Post
Old November 5th, 2006, 05:28 AM   #1 (permalink)
aacircle
Member
Verified Customer
 
aacircle's Avatar
 
Join Date: Jan 2006
Posts: 207
Removing price

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:
  1. Price you paid?: None indicated (in member review section of screen)
  2. Average Price None indicated (in product view section of screen)

Thank you.
aacircle is offline   Reply With Quote