Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding a Call For Price field in products listing


santacruz04

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...