"No products" notification

Hi,

I'd like to propose the creation of a "No products listed in this group" notification, when there are no products in that specific group at that time.

Thanks


Request noted

martv's picture

Hi.

Your request has been noted.

-Märt

I tried using the

I tried using the $productlist_count$ in a "Free html" component but it didn't work because the parameter doesn't bring back the number of products within the free html component :-(
----------------------------------------------------
<script type="text/javascript">
if ($productlist_count$1 == "1")
{
document.write ("<center>There are no products currently listed for this group at the moment.<br /><br />Please check back soon...</center>")
}
</script>
----------------------------------------------------

I'll have a think about this more and get back to you if I find a work around...