Thanks for the response!
Actually what I’m looking for is to display the *complete* product page(s) in a single column for each product in a product category. They could be separated by a paragraph, or a horizontal line (I don’t care which). My site doesn’t have a lot of products, so it won’t get too onerous.
in old-style pseudocode:
FOR EACH product in $product_category
Display product page
<p>
END