bren Posted June 10, 2003 Posted June 10, 2003 Hi there, I know these sort of questions get asked a lot but i have searched the forums and cant find anyhthing! Does anybody know how to change the price of a certain field to display n/a instead of 0.00? There are a couple of products that I would like to display in the category and say "we dont currently sell this product online call us for more information". And instead of seeing ?0.00 I would like the price to appear as N/A I have two price fields, I am using the weight fields in the database as a second price field, this is the one I am wanting to change! Cheers for any information!
winstanley_john Posted June 10, 2003 Posted June 10, 2003 Find the code where price is displayed and put this in. str_replace("?0.00","N/A",product[price]) Or something similar http://spaces.msn.com/members/JohnWinstanley/ http://www.angelsolutions.co.uk
bren Posted June 10, 2003 Author Posted June 10, 2003 Hi there, I am a bit of a newbie at this, any chance of an example? Which files should I be looking in? cheers!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.