heh heh that worked im da man. Who says im shit at all this? I sure as hell get into some meaty stuff way above my head. Poker can fcuk off when there's things like this about. Right so if i add a '1' (for now) to the copied table and then errrr....nope i dont want to emulate the whole box just the 'price' field. fcuk. k lets start afresh then..actually if i was to repliacte the rating bar 1-10 that might work better. I supose i could just leave it simple but why have it simple when you can have it with more to look at. nah thats a bit confusing truth be told. Back to the Price field then.
so if i dupliacte the price in reviews.tmpl and then add a new string in the lang
PHP Code:
$Globals['pp_lang']['price'] = "Price you paid?";
to 'price1'
if these things work on that logic then i should have a new field....he heh ehe i did. Right lets add 3 more of these fields to the custom sidpaly and see if it gonna all work independent of each other
actually ill need to have a look at this. There seems to be another string thingy involved
PHP Code:
<tr>
<td>
<table border="0" width="100%" cellpadding="2" cellspacing="1">
<tr>
<td align="center" class="{$Style['tddetails']}">
<span class="{$Style['small']}">{$Globals['pp_lang']['recomby']}</span>
</td>
<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']}">{$Globals['pp_lang']['avgrate']}</span>
</td>
</tr><tr>
<td align="center" class="{$Style['tddetails']}">
<span class="{$Style['small']}"><b>$percrec</b></span>
</td>
<td align="center" class="{$Style['tddetails']}">
<span class="{$Style['small']}"><b>$avgprice</b></span>
</td>
<td align="center" class="{$Style['tddetails']}">
<span class="{$Style['small']}"><b>$avgrating</b></span>
</td>
</tr>
</table>
</td>
</tr>