PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   Removing price (http://www.photopost.com/forum/reviewpost-how-do-i/128474-removing-price.html)

aacircle November 5th, 2006 05:28 AM

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 November 5th, 2006 09:12 AM

Ignore the above. I just did a search on the keywords "price" and "avgpur" from:
  • reviews.tmpl, reviews1.tmpl
  • showproduct.tmpl, showproduct1.tmpl
  • uploadproduct.tmpl, uploadproduct1.tmpl
and removed this code. It worked!

donnyaz May 11th, 2008 10:33 AM

What code do you remove to remove "average price" fomt the product ??? I tried removing "price" and "avgpur" from the templates but it still shows up.

Chuck S May 11th, 2008 11:03 AM

You need to remove the code posted above in all reviews template and all showproduct templates as noted in the users post above.

donnyaz May 11th, 2008 04:09 PM

works great thanks Chuck .

Chuck S May 11th, 2008 09:14 PM

Glad to help have a great weekend.


All times are GMT -5. The time now is 11:24 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97