I have many categories on my site, which is a bookstore. All category pages display the books within the category in a three-column layout. Each book displays the following:

Cover art linked to product page
Book Title
Book Author
Book Price

I have a Coming Soon (upcoming products) page that displays the books in the same three-column layout, but with different information:

Cover art linked to product page
Book Title
Book Author
Release Date

I cannot get the upcoming products page to paginate, so I want to add the Coming Soon products to a category of their own. HOWEVER, I can't get the details to display properly. I want the release date listed, NOT the price.

Is there a way to create a category-specific product template? I can't do it in a stylesheet.

Thanks in advance!