I would like to add a statement to customer reviews that says "Be the first to review this product!" if there are no reviews yet. I currently have this if statement added, but can't seem to get it to work:
{if $config.Customer_Reviews.customer_voting eq "Y"} {include file="modules/Customer_Reviews/votes.tpl"}{else}{$lng.lbl_be_first} {/if}
Here is a sample product page:
http://www.flyclothing.com/Fender-Skull-Buckle-pr-22177.html
Anyone have an idea how to do this? While I am at it, how about showing the number of reviews next to a product?