I was wondering if you can disable the add to cart buttons and just use oscommerce as a content based site?
sure you could, all you do is prevent access to the cart-side of things. Hell, its open-source, so you could even completely remove the cart
Yep, the simple and crude method is just delete the add to cart image, by deleting <img> tag.. yes very crude but will do the job. Oh you will need to take out the shopping cart contents element as well.