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...
Request noted
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...