Jamie:
A "tip of the old hatlo" to you folks. Once I got the drift of the CSS and revised template structure, I've had mostly easy sailing.
Thanks, that's great! Glad it's working well for you.
I have a Category that will never have individual products. It is a Subcat container. I get the "this category doesn't have any products" message which is not appropriate in the context.
That's a bug. I just fixed it in the final release. You can fix it by changing this line towards the top of category.tpl.php:
PHP Code:
<?php if (!$Product_Rows): ?>
to:
PHP Code:
<?php if (!$Product_Rows && !$Subcategory_Rows): ?>