santacruz04 Posted April 21, 2003 Share Posted April 21, 2003 Is there a way to add a "Call" insert so that when people view products they will see Call in the price field instead of $0.00... I have products that change on a daily basis, even hourly, they are too volatile to give a distinct price. So I was wondering if there was a way to add text to the price field like this : ----------------------------------- Product Name+? ?Price??Quantity? AMD ThunderBird 1.0, 1.2, 1.3, 1.4Ghz (FSB200/266)? 0.00$? ?0? ---------------------------------- *This product doesnt have a set price, and I was wondering if I could make it look like this somehow ----------------------------------- Product Name+? ?Price??Quantity? AMD ThunderBird 1.0, 1.2, 1.3, 1.4Ghz (FSB200/266)? Call? ?0? ---------------------------------- *If you have any suggestions or comments please let me know. Thank you Link to comment Share on other sites More sharing options...
santacruz04 Posted April 21, 2003 Author Share Posted April 21, 2003 Any one know of a contribution, or any thing I could do here? Link to comment Share on other sites More sharing options...
Jason Jacobs Posted April 21, 2003 Share Posted April 21, 2003 You could check if the price = 0.00 and make it display "call for price" instead of price. Or you could add a boolean field that if true displays call for price, and then only display the price if it's not 0.00 (that's in case you need price to be 0.00 for some reason). -j Link to comment Share on other sites More sharing options...
santacruz04 Posted April 21, 2003 Author Share Posted April 21, 2003 could you help me with this? I am fairly new to php... Link to comment Share on other sites More sharing options...
santacruz04 Posted April 21, 2003 Author Share Posted April 21, 2003 Do you think you could help me do this? Link to comment Share on other sites More sharing options...
santacruz04 Posted April 22, 2003 Author Share Posted April 22, 2003 Can any one out there help me out here... Scroll to the top to see the problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.