Let me explain the situation. I have a site running as of now and I am having the database auto-updated each week by my distributor. The issue that I am having is that when the site is updated, new products are added to the database with an inventory and a price of $0.00. My goal was to eliminate the ability to click the "add to cart" button and add a note saying "email for price" whenever a product was less than $0.01. Thus far, I have completed the task of linking the "email for price" message to my contact.us page and it is working fine. So, any price that renders 0.00, it shows "email for price" and when clicked, goes to the contact.us page. However, out of all the modifications that I have done with the product_info, product_listing, currencies, languages, etc, I have yet to find a workable solution to creating an instance where the "add to cart" button is removed if the $product_price < 0.01. AT THE VERY LEAST, I would like to link the click event when clicking the "add to cart" button to my contact.us page, would be acceptable, if not just removing it for $products_price < 0.01. So either solution would be good for me, either removing when price < 0.01 or linking it to my contact.us page. The reason for removing the "add to cart" button is that even though the product_listing has been successfully cut off for $product_price < 0.01, a shopper can still click "add to cart" button and add the product to the shopping cart at a price of $0.00. So, theoretically, they could purchase it for $0.00 dollars. That would be a huge issue. Anyone that can help to modify this code? I have tried modifying all contributions that I have found at the OScommerce website and none have been successful thus far. I am running OS v2.2 rc1 Thanks!