View Single Post
Old September 26th, 2005, 12:12 PM   #3 (permalink)
wrang
Member
Verified Customer
 
Join Date: Jun 2003
Location: Sweden
Posts: 120
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
wrang is offline   Reply With Quote