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
i appreciate the response, but don’t see it as a wooCommerce specific issue tbh. I’m just looking to prompt user, check response against user database, then link to one of two pages based on result. I probably should have left the wooCommerce part out for clarity.
thanks