Quote:
|
Originally Posted by omegatron Well you can remove the condition from the uploadproduct template
To alter the price you simply modify showproduct.php and do something like this
$price[$itemnum] = "{$Globals['currency']}" . number_format( $priceline, 2 );
to say maybe this
$price[$itemnum] = "{$Globals['currency']}" . number_format( $priceline ); |
How can i find the condition tag and replace it with the extra field 5#
I cant find the $priceline, 2 in that file that you said