Re: If statement for reviews
I think I am very close to figuring this out, but haven't figured what $vote should not equal. Here is the equation:
{if $vote ne ""}{include file="modules/Customer_Reviews/votes.tpl"}{else}{$lng.lbl_be_first} {/if} - THIS ALLOWS THE LABEL TO SHOW UP, BUT NOT THE VOTES.
If you change {if $vote ne ""} to {if $vote ne "0"} the votes show up, but the label doesn't show.
Any advice?
|