bren Posted January 16, 2004 Share Posted January 16, 2004 Can anybody help with changing the price from 0.00 to free? I am sick of searching these forums, I have been searching them for a week and found NOTHING! The search here is total crap! I found linda's contribution but I do not require all the other stuff that comes with it! All I want is it to display "Free" instead of "0.00" HELP! :( Link to comment Share on other sites More sharing options...
bren Posted January 16, 2004 Author Share Posted January 16, 2004 Please?????????? :rolleyes: Link to comment Share on other sites More sharing options...
bren Posted January 19, 2004 Author Share Posted January 19, 2004 :angry: Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted January 19, 2004 Share Posted January 19, 2004 i think all you you would need to do is add a statement that says... if ($product_price == '0') ( $product_price = 'Free'; ) or something along those lines. it really depends on where you put the code also. Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 i think all you you would need to do is add a statement that says... if ($product_price == '0') ( $product_price = 'Free'; ) or something along those lines. it really depends on where you put the code also. <{POST_SNAPBACK}> Where would we add that??> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.