I've almost finished building this myself quick n dirty using {php}, but there must be an easier way. Basically I want a product page that looks like this:
CATEGORY NAME 1
A product another product yet another
CATEGORY NAME 2
fourth product fifth product
etc., with thumbnail and buy now button for each product. It seems like it should be easy to make this from an existing page - I'm afraid that my PHP approach is too much reinventing the wheel, and that a pure smarty solution would be more efficient.