Quote Originally Posted by chaddb View Post
I don't use descriptions on my site. As a requirement of Google Base i need a 15 character description for each of my products.

So...I want the description to exist in the database (i know how to do this) but don't want it to be visible in the product search results nor on the product pages. How do i accomplish this feat?
In your stylesheet:
#productDescription {display:none;}