Hello.
I have noticed that tags are only shown for popular products.
In template file there is this code:
{if $object.tags.popular}
{foreach from=$object.tags.popular item="tag" name="tags"}
{assign var="tag_name" value=$tag.tag|escape:url}
{$tag.tag} {if !$smarty.foreach.tags.last} {/if}
{/foreach}
what is $object.tags.popular and where is it assigned?
Thank you!