Summary:
Reorder by custom text field in summary list cause some extra fields not to show
Detailed Description:
Hi,
if i try {Products sortby='f:position' sortorder='ASC' category="mycategory"},
some extra fields are not showed.
For example, in the summary template, i call one image custom field like this.
If i set sortby='f:position' this code diseappear!
{if $entry->fields.Image->value}
<div class="hovereffect">
<a href="{$entry->detail_url}">{CGSmartImage src="$chemin/$limage"
filter_croptofit="600,600" quality="80" noembed="1" noauto="1"}</a>
<div class="overlay">
<a class="info" href="{$entry->detail_url}"><span><p><i class="fa
fa-plus"></i></p></span></a>
</div>
</div>
{/if}
Thx.